public static final class GeometryUtils.DimensionSystemTarget extends GeometryUtils.Target
| Constructor and Description |
|---|
DimensionSystemTarget()
Creates a new dimension system determination target.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCoordinate(double x,
double y,
double z,
double m,
int index,
int total)
Invoked to add a coordinate to a geometry.
|
protected void |
dimensionSystem(int dimensionSystem)
Invoked to add dimension system requirement.
|
int |
getDimensionSystem()
Returns the minimal dimension system.
|
endCollectionItem, endNonEmptyPolygon, endObject, init, startCollection, startCollectionItem, startLineString, startPoint, startPolygon, startPolygonInnerpublic DimensionSystemTarget()
protected void dimensionSystem(int dimensionSystem)
GeometryUtils.TargetdimensionSystem in class GeometryUtils.TargetdimensionSystem - dimension systemprotected void addCoordinate(double x,
double y,
double z,
double m,
int index,
int total)
GeometryUtils.TargetaddCoordinate in class GeometryUtils.Targetx - X coordinatey - Y coordinatez - Z coordinate (NaN if not used)m - M coordinate (NaN if not used)index - 0-based index of coordinate in the current sequencetotal - total number of coordinates in the current sequencepublic int getDimensionSystem()