Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
org.geolatte.geom.builder | |
org.geolatte.geom.codec.sqlserver | |
org.geolatte.geom.jts |
Modifier and Type | Method and Description |
---|---|
DimensionalFlag |
EmptyPointSequence.getDimensionalFlag() |
DimensionalFlag |
PointSequenceBuilder.getDimensionalFlag()
Returns the
DimensionalFlag of the PointSequence being built. |
DimensionalFlag |
PointCollection.getDimensionalFlag()
Returns the
DimensionalFlag of this PointCollection . |
DimensionalFlag |
Geometry.getDimensionalFlag()
Returns the
DimensionalFlag of the Geometry |
static DimensionalFlag |
DimensionalFlag.valueOf(boolean is3D,
boolean isMeasured)
Returns an appropriate
DimensionalFlag depending on whether coordinates have
a Z- and/or M-coordinate component |
static DimensionalFlag |
DimensionalFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DimensionalFlag[] |
DimensionalFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PointSequence |
PointCollectionFactory.create(double[] coordinates,
DimensionalFlag dimensionalFlag,
CrsId crsId)
Creates a
PointSequence from a coordinate array. |
boolean |
PointEquality.equals(double[] first,
DimensionalFlag firstDF,
double[] second,
DimensionalFlag secondDF)
Tests whether the specified coordinates represent the same point.
|
static PointSequenceBuilder |
PointSequenceBuilders.fixedSized(int numPoints,
DimensionalFlag flag,
CrsId crsId)
Creates a
PointSequenceBuilder of fixed size. |
static PointSequenceBuilder |
PointSequenceBuilders.variableSized(DimensionalFlag flag,
CrsId crsId)
Creates a
PointSequenceBuilder of variable size. |
Constructor and Description |
---|
CoordinateWithinTolerancePointEquality(DimensionalFlag dimensionalFlag,
double tolerance)
Constructs an instance
|
ExactCoordinatePointEquality(DimensionalFlag dimensionalFlag)
Creates an instance that takes only the coordinates into account specified in the dimensionalFlag.
|
Modifier and Type | Method and Description |
---|---|
DimensionalFlag |
DSL.GeometryToken.dimFlag() |
Modifier and Type | Method and Description |
---|---|
DimensionalFlag |
CountingPointSequenceBuilder.getDimensionalFlag() |
Constructor and Description |
---|
CountingPointSequenceBuilder(DimensionalFlag df,
CrsId crsId) |
Modifier and Type | Method and Description |
---|---|
DimensionalFlag |
DimensionalCoordinate.getDimensionalFlag() |
Constructor and Description |
---|
DimensionalCoordinate(com.vividsolutions.jts.geom.Coordinate c,
double m,
DimensionalFlag dimensionalFlag) |
DimensionalCoordinate(DimensionalFlag dimensionalFlag) |
Copyright © 2015 geolatte.org. All rights reserved.