Package org.jscience.geography.coordinates.crs
Provides the Coordinate Reference Systems (CRS) specifying how
coordinates
are to
be assigned to spatial/temporal locations.
-
Interface Summary Interface Description CoordinatesConverter<S extends Coordinates<?>,T extends Coordinates<?>> This interface represents a converter betweencoordinates
. -
Class Summary 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 whichcoordinates
of same significance can be stated.CoordinateReferenceSystem.AbsolutePosition This class represents an absolute position (can be be extended)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.