Uses of Interface
org.opengis.referencing.datum.Datum
- 
Packages that use Datum Package Description org.opengis.referencing.crs org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth). - 
- 
Uses of Datum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return Datum Modifier and Type Method Description DatumSingleCRS. getDatum()Returns the datum associated directly or indirectly to this CRS. - 
Uses of Datum in org.opengis.referencing.datum
Subinterfaces of Datum in org.opengis.referencing.datum Modifier and Type Interface Description interfaceEngineeringDatumDefines the origin of an engineering coordinate reference system.interfaceGeodeticDatumDefines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.interfaceImageDatumDefines the origin of an image coordinate reference system.interfaceParametricDatumA textual description and/or a set of parameters identifying a particular reference surface used as the origin of a parametric coordinate system, including its position with respect to the Earth.interfaceTemporalDatumA temporal datum defines the origin of a temporal coordinate reference system.interfaceVerticalDatumA textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface.Methods in org.opengis.referencing.datum that return Datum Modifier and Type Method Description DatumDatumAuthorityFactory. createDatum(String code)Returns an arbitrary datum from a code. 
 -