Uses of Interface
org.opengis.referencing.datum.TemporalDatum
Packages that use TemporalDatum
Package
Description
Geodetic datum (the relationship of a
coordinate system to the earth).
Base classes for validators and test suites for all GeoAPI objects.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of TemporalDatum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return TemporalDatumModifier and TypeMethodDescriptionTemporalCRS.getDatum()
Returns the datum, which must be temporal.Methods in org.opengis.referencing.crs with parameters of type TemporalDatumModifier and TypeMethodDescriptionCRSFactory.createTemporalCRS
(Map<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 TemporalDatumModifier and TypeMethodDescriptionDatumAuthorityFactory.createTemporalDatum
(String code) Creates a temporal datum from a code.DatumFactory.createTemporalDatum
(Map<String, ?> properties, 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 TemporalDatumModifier and TypeMethodDescriptionfinal 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 TemporalDatumModifier and TypeMethodDescriptionvoid
DatumValidator.validate
(TemporalDatum object) Validates the given datum.