Uses of Interface
org.locationtech.jts.geom.CoordinateSequenceFactory
-
Packages that use CoordinateSequenceFactory Package Description org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes.org.locationtech.jts.geom.impl Implementations of interfaces for geometric structures.org.locationtech.jts.io Contains the interfaces for converting JTS objects to and from other formats.org.locationtech.jtsexample.geom org.locationtech.jtstest -
-
Uses of CoordinateSequenceFactory in org.locationtech.jts.geom
Classes in org.locationtech.jts.geom that implement CoordinateSequenceFactory Modifier and Type Class Description class
DefaultCoordinateSequenceFactory
Deprecated.no longer usedFields in org.locationtech.jts.geom declared as CoordinateSequenceFactory Modifier and Type Field Description private CoordinateSequenceFactory
GeometryFactory. coordinateSequenceFactory
Methods in org.locationtech.jts.geom that return CoordinateSequenceFactory Modifier and Type Method Description CoordinateSequenceFactory
GeometryFactory. getCoordinateSequenceFactory()
private static CoordinateSequenceFactory
GeometryFactory. getDefaultCoordinateSequenceFactory()
Methods in org.locationtech.jts.geom with parameters of type CoordinateSequenceFactory Modifier and Type Method Description private static CoordinateSequence
CoordinateSequences. createClosedRing(CoordinateSequenceFactory fact, CoordinateSequence seq, int size)
static CoordinateSequence
CoordinateSequences. ensureValidRing(CoordinateSequenceFactory fact, CoordinateSequence seq)
Ensures that a CoordinateSequence forms a valid ring, returning a new closed sequence of the correct length if required.static CoordinateSequence
CoordinateSequences. extend(CoordinateSequenceFactory fact, CoordinateSequence seq, int size)
Constructors in org.locationtech.jts.geom with parameters of type CoordinateSequenceFactory Constructor Description GeometryFactory(CoordinateSequenceFactory coordinateSequenceFactory)
Constructs a GeometryFactory that generates Geometries having the given CoordinateSequence implementation, a double-precision floating PrecisionModel and a spatial-reference ID of 0.GeometryFactory(PrecisionModel precisionModel, int SRID, CoordinateSequenceFactory coordinateSequenceFactory)
Constructs a GeometryFactory that generates Geometries having the given PrecisionModel, spatial-reference ID, and CoordinateSequence implementation. -
Uses of CoordinateSequenceFactory in org.locationtech.jts.geom.impl
Classes in org.locationtech.jts.geom.impl that implement CoordinateSequenceFactory Modifier and Type Class Description class
CoordinateArraySequenceFactory
CreatesCoordinateSequence
s represented as an array ofCoordinate
s.class
PackedCoordinateSequenceFactory
Builds packed array coordinate sequences. -
Uses of CoordinateSequenceFactory in org.locationtech.jts.io
Fields in org.locationtech.jts.io declared as CoordinateSequenceFactory Modifier and Type Field Description private CoordinateSequenceFactory
WKBReader. csFactory
-
Uses of CoordinateSequenceFactory in org.locationtech.jtsexample.geom
Classes in org.locationtech.jtsexample.geom that implement CoordinateSequenceFactory Modifier and Type Class Description class
ExtendedCoordinateSequenceFactory
Creates ExtendedCoordinateSequenceFactory internally represented as an array ofExtendedCoordinate
s. -
Uses of CoordinateSequenceFactory in org.locationtech.jtstest
Methods in org.locationtech.jtstest that return CoordinateSequenceFactory Modifier and Type Method Description static CoordinateSequenceFactory
TestCoordinateSequenceFactory. instance()
-