Uses of Interface
org.locationtech.jts.geom.CoordinateSequenceFactory
Packages that use CoordinateSequenceFactory
Package
Description
Contains the
Geometry interface hierarchy and supporting classes.Implementations of interfaces for geometric structures.
Contains the interfaces for converting JTS objects to and from other formats.
-
Uses of CoordinateSequenceFactory in org.locationtech.jts.geom
Classes in org.locationtech.jts.geom that implement CoordinateSequenceFactoryModifier and TypeClassDescriptionclassDeprecated.no longer usedFields in org.locationtech.jts.geom declared as CoordinateSequenceFactoryModifier and TypeFieldDescriptionprivate CoordinateSequenceFactoryGeometryFactory.coordinateSequenceFactoryMethods in org.locationtech.jts.geom that return CoordinateSequenceFactoryModifier and TypeMethodDescriptionGeometryFactory.getCoordinateSequenceFactory()private static CoordinateSequenceFactoryGeometryFactory.getDefaultCoordinateSequenceFactory()Methods in org.locationtech.jts.geom with parameters of type CoordinateSequenceFactoryModifier and TypeMethodDescriptionprivate static CoordinateSequenceCoordinateSequences.createClosedRing(CoordinateSequenceFactory fact, CoordinateSequence seq, int size) static CoordinateSequenceCoordinateSequences.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 CoordinateSequenceCoordinateSequences.extend(CoordinateSequenceFactory fact, CoordinateSequence seq, int size) Constructors in org.locationtech.jts.geom with parameters of type CoordinateSequenceFactoryModifierConstructorDescriptionGeometryFactory(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 CoordinateSequenceFactoryModifier and TypeClassDescriptionfinal classCreatesCoordinateSequences represented as an array ofCoordinates.classBuilds packed array coordinate sequences. -
Uses of CoordinateSequenceFactory in org.locationtech.jts.io
Fields in org.locationtech.jts.io declared as CoordinateSequenceFactory -
Uses of CoordinateSequenceFactory in org.locationtech.jtsexample.geom
Classes in org.locationtech.jtsexample.geom that implement CoordinateSequenceFactoryModifier and TypeClassDescriptionclassCreates ExtendedCoordinateSequenceFactory internally represented as an array ofExtendedCoordinates. -
Uses of CoordinateSequenceFactory in org.locationtech.jtstest
Methods in org.locationtech.jtstest that return CoordinateSequenceFactoryModifier and TypeMethodDescriptionstatic CoordinateSequenceFactoryTestCoordinateSequenceFactory.instance()