Uses of Interface
org.meteoinfo.jts.geom.CoordinateSequenceFactory
-
Packages that use CoordinateSequenceFactory Package Description org.meteoinfo.jts.geom org.meteoinfo.jts.geom.impl -
-
Uses of CoordinateSequenceFactory in org.meteoinfo.jts.geom
Classes in org.meteoinfo.jts.geom that implement CoordinateSequenceFactory Modifier and Type Class Description classDefaultCoordinateSequenceFactoryDeprecated.no longer usedMethods in org.meteoinfo.jts.geom that return CoordinateSequenceFactory Modifier and Type Method Description CoordinateSequenceFactoryGeometryFactory. getCoordinateSequenceFactory()Methods in org.meteoinfo.jts.geom with parameters of type CoordinateSequenceFactory Modifier and Type Method Description 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.meteoinfo.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.meteoinfo.jts.geom.impl
Classes in org.meteoinfo.jts.geom.impl that implement CoordinateSequenceFactory Modifier and Type Class Description classCoordinateArraySequenceFactoryCreatesCoordinateSequences represented as an array ofCoordinates.classPackedCoordinateSequenceFactoryBuilds packed array coordinate sequences.
-