Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
Modifier and Type | Method and Description |
---|---|
static CoordinateComponent |
CoordinateComponent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateComponent[] |
CoordinateComponent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
EmptyPointSequence.getCoordinate(int position,
CoordinateComponent component) |
double |
PointCollection.getCoordinate(int position,
CoordinateComponent component)
Returns the specified coordinate for the
Point at the specified position in this PointCollection . |
int |
DimensionalFlag.index(CoordinateComponent component)
Returns the (zero-based) position in a coordinate tuple of the specified
CoordinateComponent . |
Copyright © 2015 geolatte.org. All rights reserved.