Uses of Interface
org.geotools.api.referencing.crs.GeodeticCRS
-
Packages that use GeodeticCRS Package Description org.geotools.api.referencing.crs org.geotools.referencing.crs Coordinate reference systems implementation. -
-
Uses of GeodeticCRS in org.geotools.api.referencing.crs
Subinterfaces of GeodeticCRS in org.geotools.api.referencing.crs Modifier and Type Interface Description interface
GeocentricCRS
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.interface
GeographicCRS
A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface. -
Uses of GeodeticCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement GeodeticCRS Modifier and Type Class Description class
DefaultGeocentricCRS
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.class
DefaultGeographicCRS
A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.
-