CoordinateArraySequenceFactory class

Creates {@link CoordinateSequence}s represented as an array of {@link Coordinate}s.

@version 1.7

Implemented types

Constructors

CoordinateArraySequenceFactory()
factory

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

create(List<Coordinate> coordinates) CoordinateSequence
Returns a {@link CoordinateArraySequence} based on the given array (the array is not copied).
override
createFromSequence(CoordinateSequence coordSeq) CoordinateSequence
@see org.locationtech.jts.geom.CoordinateSequenceFactory#create(org.locationtech.jts.geom.CoordinateSequence)
override
createSizeDim(int size, int dimension) CoordinateSequence
The created sequence dimension is clamped to be <= 3.
override
createSizeDimMeas(int size, int dimension, int measures) CoordinateSequence
Creates a {@link CoordinateSequence} of the specified size and dimension with measure support. For this to be useful, the {@link CoordinateSequence} implementation must be mutable.
override
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