@UML(identifier="CD_TemporalDatum", specification=ISO_19111) public interface TemporalDatum extends Datum
ANCHOR_POINT_KEY, DOMAIN_OF_VALIDITY_KEY, REALIZATION_EPOCH_KEY, SCOPE_KEYALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY| Modifier and Type | Method and Description |
|---|---|
InternationalString |
getAnchorPoint()
This attribute is defined in the
Datum parent interface,
but is not used by a temporal datum. |
Date |
getOrigin()
The date and time origin of this temporal datum.
|
Date |
getRealizationEpoch()
This attribute is defined in the
Datum parent interface,
but is not used by a temporal datum. |
getDomainOfValidity, getScopegetAlias, getIdentifiers, getName, getRemarks, toWKT@UML(identifier="origin", obligation=MANDATORY, specification=ISO_19111) Date getOrigin()
|
Warning: The return type of this method may change in GeoAPI 3.1 release. It may be replaced by a type matching more closely either ISO 19108 (Temporal Schema) or ISO 19103. |
@UML(identifier="anchorPoint", obligation=FORBIDDEN, specification=ISO_19111) InternationalString getAnchorPoint()
Datum parent interface,
but is not used by a temporal datum.getAnchorPoint in interface Datumnull.@UML(identifier="realizationEpoch", obligation=FORBIDDEN, specification=ISO_19111) Date getRealizationEpoch()
Datum parent interface,
but is not used by a temporal datum.
|
Warning: The return type of this method may change in GeoAPI 3.1 release. It may be replaced by a type matching more closely either ISO 19108 (Temporal Schema) or ISO 19103. |
getRealizationEpoch in interface Datumnull.Copyright © 1994–2019 Open Geospatial Consortium. All rights reserved.