CoordinateFactory<T extends Bounded> class abstract

An interface to create Bounded instances of the type T.

Implementers

Constructors

CoordinateFactory()

Properties

hashCode int
The hash code for this object.
no setterinherited
isMeasured bool
True if a measure value is available (or the m coordinate for a position).
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

newFrom(Iterable<num> coords, {int? offset, int? length}) → T
Creates a new Geometry instance of a type compatible with this object.
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.
inherited

Static Methods

checkCoords(int atLeastLen, Iterable<num> coords, {int? offset, int? length}) → void
Throw if coords do not have atLeastLen values.