NodableSegmentString class abstract

An interface for classes which support adding nodes to a segment string.

@author Martin Davis

Inheritance
Implementers

Constructors

NodableSegmentString()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addIntersection(Coordinate intPt, int segmentIndex) → void
Adds an intersection node for a given point and segment to this segment string.
getCoordinate(int i) Coordinate
inherited
getCoordinates() List<Coordinate>
inherited
getData() Object
Gets the user-defined data for this segment string.
inherited
isClosed() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setData(Object data) → void
Sets the user-defined data for this segment string.
inherited
size() int
inherited
toString() String
A string representation of this object.
inherited

Operators

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