coordinates are to
be assigned to spatial/temporal locations.See: Description
| Interface | Description |
|---|---|
| CoordinatesConverter<S extends Coordinates<?>,T extends Coordinates<?>> |
This interface represents a converter between
coordinates. |
| Class | Description |
|---|---|
| CompoundCRS<C1 extends Coordinates<?>,C2 extends Coordinates<?>> |
This class represents a coordinate reference system combining two or more
distinct reference systems.
|
| CoordinateReferenceSystem<C extends Coordinates<?>> |
This class represents an arbitrary system of reference for which
coordinates of same significance can be stated. |
| GeocentricCRS<C extends Coordinates<?>> |
This class represents a 3 dimensional spatial reference system.
|
| GeographicCRS<C extends Coordinates<?>> |
This class represents a 2 dimensional surface reference system
based on an ellipsoidal approximation of a geoid.
|
| ProjectedCRS<C extends Coordinates<?>> |
This class represents a 2-dimensional projected reference system.
|
| ReferenceEllipsoid |
The ReferenceEllipsoid class defines a geodetic reference ellipsoid
used as a standard for geodetic measurements.
|
| TemporalCRS<C extends Coordinates<?>> |
This class represents a 1 dimensional temporal reference system.
|
| VerticalCRS<C extends Coordinates<?>> |
This class represents a 1 dimensional vertical reference system.
|
Provides the Coordinate Reference Systems (CRS) specifying how
coordinates are to
be assigned to spatial/temporal locations.