Uses of Interface
org.opengis.referencing.datum.TemporalDatum
Packages that use TemporalDatum
Package
Description
Reference systems by coordinates.
Relationship of a Coordinate System (CS) to the Earth, another celestial body or a platform.
The GeoAPI conformance testing framework.
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 shall be temporal.Methods in org.opengis.referencing.crs that return types with arguments of type TemporalDatumModifier and TypeMethodDescriptiondefault DatumEnsemble
<TemporalDatum> TemporalCRS.getDatumEnsemble()
Returns the datum ensemble, which shall have temporal datum members.Methods in org.opengis.referencing.crs with parameters of type TemporalDatumModifier and TypeMethodDescriptiondefault TemporalCRS
CRSFactory.createTemporalCRS
(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Creates a temporal CRS from a datum.default TemporalCRS
CRSFactory.createTemporalCRS
(Map<String, ?> properties, TemporalDatum datum, DatumEnsemble<TemporalDatum> datumEnsemble, TimeCS cs) Creates a temporal CRS from a datum or datum ensemble.Method parameters in org.opengis.referencing.crs with type arguments of type TemporalDatumModifier and TypeMethodDescriptiondefault TemporalCRS
CRSFactory.createTemporalCRS
(Map<String, ?> properties, TemporalDatum datum, DatumEnsemble<TemporalDatum> datumEnsemble, TimeCS cs) Creates a temporal CRS from a datum or datum ensemble. -
Uses of TemporalDatum in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return TemporalDatumModifier and TypeMethodDescriptiondefault TemporalDatum
DatumAuthorityFactory.createTemporalDatum
(String code) Returns a temporal datum from a code.default TemporalDatum
DatumFactory.createTemporalDatum
(Map<String, ?> properties, Temporal origin) Creates a temporal datum from a temporal origin.default TemporalDatum
DatumFactory.createTemporalDatum
(Map<String, ?> properties, Date origin) Deprecated. -
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 that return TemporalDatumModifier and TypeMethodDescriptionPseudoEpsgFactory.createTemporalDatum
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.Methods in org.opengis.test.referencing with parameters of type TemporalDatumModifier and TypeMethodDescriptionvoid
DatumValidator.validate
(TemporalDatum object) Validates the given datum.
origin
argument type has been changed fromDate
toTemporal
.