SegmentNode class

Represents an intersection point between two {@link SegmentString}s.

@version 1.7

Implemented types

Constructors

SegmentNode(NodedSegmentString segString, Coordinate coord, int segmentIndex, int segmentOctant)

Properties

coord Coordinate
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentIndex int
getter/setter pair
segmentOctant int
getter/setter pair
segString NodedSegmentString
getter/setter pair

Methods

compareTo(SegmentNode obj) int
@return -1 this SegmentNode is located before the argument location; 0 this SegmentNode is at the argument location; 1 this SegmentNode is located after the argument location
override
getCoordinate() Coordinate
Gets the {@link Coordinate} giving the location of this node.
isEndPoint(int maxSegmentIndex) bool
isInterior() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited