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).org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencingpackage. -
-
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. -
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.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(java.lang.String code)Returns an arbitrary datum from a code. -
Uses of Datum in org.opengis.test
Methods in org.opengis.test with parameters of type Datum Modifier and Type Method Description voidValidatorContainer. validate(Datum object)Tests the conformance of the given object.static voidValidators. validate(Datum object)Tests the conformance of the given object. -
Uses of Datum in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type Datum Modifier and Type Method Description voidDatumValidator. dispatch(Datum object)Dispatches the given object to one ofvalidatemethods.
-