|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordinateSequenceFactory | |
---|---|
com.vividsolutions.jts.geom | Contains the Geometry interface hierarchy and supporting classes. |
com.vividsolutions.jts.geom.impl | Implementations of interfaces for geometric structures. |
com.vividsolutions.jtsexample.geom |
Uses of CoordinateSequenceFactory in com.vividsolutions.jts.geom |
---|
Classes in com.vividsolutions.jts.geom that implement CoordinateSequenceFactory | |
---|---|
class |
DefaultCoordinateSequenceFactory
Deprecated. no longer used |
Methods in com.vividsolutions.jts.geom that return CoordinateSequenceFactory | |
---|---|
CoordinateSequenceFactory |
GeometryFactory.getCoordinateSequenceFactory()
|
Methods in com.vividsolutions.jts.geom with parameters of type CoordinateSequenceFactory | |
---|---|
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 com.vividsolutions.jts.geom with parameters of type CoordinateSequenceFactory | |
---|---|
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 com.vividsolutions.jts.geom.impl |
---|
Classes in com.vividsolutions.jts.geom.impl that implement CoordinateSequenceFactory | |
---|---|
class |
CoordinateArraySequenceFactory
Creates CoordinateSequence s represented as an array of Coordinate s. |
class |
PackedCoordinateSequenceFactory
Builds packed array coordinate sequences. |
Uses of CoordinateSequenceFactory in com.vividsolutions.jtsexample.geom |
---|
Classes in com.vividsolutions.jtsexample.geom that implement CoordinateSequenceFactory | |
---|---|
class |
ExtendedCoordinateSequenceFactory
Creates ExtendedCoordinateSequenceFactory internally represented as an array of ExtendedCoordinate s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |