ElectronicHorizonSegment class
Represents a segment in an ElectronicHorizonPath.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
Constructors
- ElectronicHorizonSegment(ElectronicHorizonSegmentId segmentId, int parentPathIndex, double startOffsetInMeters, double endOffsetInMeters)
Properties
- endOffsetInMeters ↔ double
-
The end offset from the beginning of the most preferred path in meters.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- parentPathIndex ↔ int
-
The index of the parent path.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- segmentId ↔ ElectronicHorizonSegmentId
-
The unique identifier of the segment.
getter/setter pair
-
sidePathIndexes
↔ List<
int> -
The list of indexes of the paths that branch off at the end of this segment.
The list can be empty when no side paths branch off at this segment.
getter/setter pair
- startOffsetInMeters ↔ double
-
The start offset from the beginning of the most preferred path in meters.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.