SegmentString class abstract

An interface for classes which represent a sequence of contiguous line segments. SegmentStrings can carry a context object, which is useful for preserving topological or parentage information.

@version 1.7

Implementers

Constructors

SegmentString()

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

getCoordinate(int i) Coordinate
getCoordinates() List<Coordinate>
getData() Object
Gets the user-defined data for this segment string.
isClosed() bool
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.
size() int
toString() String
A string representation of this object.
inherited

Operators

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