Package org.jscience.geography.coordinates.crs
package org.jscience.geography.coordinates.crs
Provides the Coordinate Reference Systems (CRS) specifying how
coordinates
are to
be assigned to spatial/temporal locations.
-
ClassDescriptionThis 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.This class represents an absolute position (can be be extended)This interface represents a converter betweencoordinates
.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.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.