Uses of Interface
org.opengis.referencing.datum.TemporalDatum
-
Packages that use TemporalDatum 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 TemporalDatum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return TemporalDatum Modifier and Type Method Description TemporalDatum
TemporalCRS. getDatum()
Returns the datum, which must be temporal.Methods in org.opengis.referencing.crs with parameters of type TemporalDatum Modifier and Type Method Description TemporalCRS
CRSFactory. createTemporalCRS(java.util.Map<java.lang.String,?> properties, TemporalDatum datum, TimeCS cs)
Creates a temporal coordinate reference system. -
Uses of TemporalDatum in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return TemporalDatum Modifier and Type Method Description TemporalDatum
DatumAuthorityFactory. createTemporalDatum(java.lang.String code)
Creates a temporal datum from a code.TemporalDatum
DatumFactory. createTemporalDatum(java.util.Map<java.lang.String,?> properties, java.util.Date origin)
Creates a temporal datum from an enumerated type value. -
Uses of TemporalDatum in org.opengis.test
Methods in org.opengis.test with parameters of type TemporalDatum Modifier and Type Method Description void
ValidatorContainer. validate(TemporalDatum object)
Tests the conformance of the given object.static void
Validators. validate(TemporalDatum object)
Tests the conformance of the given object. -
Uses of TemporalDatum in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type TemporalDatum Modifier and Type Method Description void
DatumValidator. validate(TemporalDatum object)
Validates the given datum.
-