org.jscience.geography.coordinates.crs |
Provides the Coordinate Reference Systems (CRS) specifying how
{@link org.jscience.geography.coordinates.Coordinates coordinates} are to
be assigned to spatial/temporal locations.
|
Java Source File Name | Type | Comment |
CompoundCRS.java | Class | This class represents a coordinate reference system combining two or more
distinct reference systems. |
CoordinateReferenceSystem.java | Class | This class represents an arbitrary system of reference for which
Coordinates coordinates of same significance can be stated. |
CoordinatesConverter.java | Interface | This interface represents a converter between
org.jscience.geography.coordinates.Coordinates coordinates . |
GeocentricCRS.java | Class | This class represents a 3 dimensional spatial reference system. |
GeographicCRS.java | Class | This class represents a 2 dimensional surface reference system
based on an ellipsoidal approximation of a geoid. |
ProjectedCRS.java | Class | This class represents a 2-dimensional projected reference system. |
ReferenceEllipsoid.java | Class | The ReferenceEllipsoid class defines a geodetic reference ellipsoid
used as a standard for geodetic measurements. |
TemporalCRS.java | Class | This class represents a 1 dimensional temporal reference system. |
VerticalCRS.java | Class | This class represents a 1 dimensional vertical reference system. |