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.referencingpackage. -
-
Uses of TemporalDatum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return TemporalDatum Modifier and Type Method Description TemporalDatumTemporalCRS. getDatum()Returns the datum, which must be temporal.Methods in org.opengis.referencing.crs with parameters of type TemporalDatum Modifier and Type Method Description TemporalCRSCRSFactory. 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 TemporalDatumDatumAuthorityFactory. createTemporalDatum(java.lang.String code)Creates a temporal datum from a code.TemporalDatumDatumFactory. 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 voidValidatorContainer. validate(TemporalDatum object)Tests the conformance of the given object.static voidValidators. 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 voidDatumValidator. validate(TemporalDatum object)Validates the given datum.
-