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.referencing
package. -
-
Uses of Datum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return Datum Modifier and Type Method Description Datum
SingleCRS. 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 interface
EngineeringDatum
Defines the origin of an engineering coordinate reference system.interface
GeodeticDatum
Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.interface
ImageDatum
Defines the origin of an image coordinate reference system.interface
TemporalDatum
A temporal datum defines the origin of a temporal coordinate reference system.interface
VerticalDatum
A 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 Datum
DatumAuthorityFactory. 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 void
ValidatorContainer. validate(Datum object)
Tests the conformance of the given object.static void
Validators. 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 void
DatumValidator. dispatch(Datum object)
Dispatches the given object to one ofvalidate
methods.
-