| Package | Description |
|---|---|
| org.jscience.geography.coordinates |
Provides linear or angular
quantities which
designate the position that a point occupies in a given reference frame or system. |
| Modifier and Type | Field and Description |
|---|---|
static GeocentricCRS<XYZ> |
XYZ.CRS
Holds the coordinate reference system for all instances of this class.
|
| Modifier and Type | Method and Description |
|---|---|
XYZ |
XYZ.copy() |
static XYZ |
XYZ.valueOf(double x,
double y,
double z,
Unit<Length> unit)
Returns the spatial position corresponding to the specified coordinates.
|
static XYZ |
XYZ.valueOf(Float64Vector vector,
Unit<Length> unit)
Returns the spatial position corresponding to the specified
3-dimensional vector.
|
| Modifier and Type | Method and Description |
|---|---|
GeocentricCRS<XYZ> |
XYZ.getCoordinateReferenceSystem() |