Class GeographicCRS<C extends Coordinates<?>>
- java.lang.Object
-
- org.jscience.geography.coordinates.crs.CoordinateReferenceSystem<C>
-
- org.jscience.geography.coordinates.crs.GeographicCRS<C>
-
- All Implemented Interfaces:
org.opengis.referencing.crs.CoordinateReferenceSystem
,org.opengis.referencing.IdentifiedObject
,org.opengis.referencing.ReferenceSystem
public abstract class GeographicCRS<C extends Coordinates<?>> extends CoordinateReferenceSystem<C>
This class represents a 2 dimensional surface reference system based on an ellipsoidal approximation of a geoid.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jscience.geography.coordinates.crs.CoordinateReferenceSystem
CoordinateReferenceSystem.AbsolutePosition
-
-
Field Summary
Fields Modifier and Type Field Description static org.opengis.referencing.cs.CoordinateSystem
LATITUDE_LONGITUDE_CS
Holds the Geodetic Latitude/Longitude coordinate system.
-
Constructor Summary
Constructors Constructor Description GeographicCRS()
-
Method Summary
-
Methods inherited from class org.jscience.geography.coordinates.crs.CoordinateReferenceSystem
coordinatesOf, getAlias, getConverterTo, getCoordinateSystem, getIdentifiers, getName, getRemarks, getScope, getValidArea, positionOf, toWKT
-
-