- All Superinterfaces:
Datum
,IdentifiedObject
@UML(identifier="TemporalDatum",
specification=ISO_19111)
public interface TemporalDatum
extends Datum
Definition of the relationship of a temporal coordinate system to an object.
The object is usually time on Earth.
- Since:
- 1.0
- See Also:
Departure from OGC/ISO standard for closer integration with the Java environment
Thecalendar
attribute is omitted because the handling of calendar systems
is delegated to the java.time
framework.
-
Field Summary
Fields inherited from interface org.opengis.referencing.datum.Datum
ANCHOR_DEFINITION_KEY, ANCHOR_EPOCH_KEY, ANCHOR_POINT_KEY, CONVENTIONAL_RS_KEY, DOMAIN_OF_VALIDITY_KEY, PUBLICATION_DATE_KEY, REALIZATION_EPOCH_KEY, SCOPE_KEY
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, DOMAINS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
Method Summary
Methods inherited from interface org.opengis.referencing.datum.Datum
getAnchorDefinition, getAnchorEpoch, getAnchorPoint, getConventionalRS, getDomainOfValidity, getPublicationDate, getRealizationEpoch, getScope
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getDomains, getIdentifiers, getName, getRemarks, toWKT
-
Method Details
-
getOrigin
Date and time to which temporal coordinates are referenced.Upcoming API change — temporal schema
As of Java 8, thejava.time
package is a better match for the different types of date defined by ISO 19108 (Temporal Schema) or ISO 19103. The return value of this method may be changed toTemporal
in GeoAPI 4.0.- Returns:
- date and time to which temporal coordinates are referenced.
-