@UML(identifier="CD_TemporalDatum", specification=ISO_19111) public interface TemporalDatum extends Datum
ANCHOR_POINT_KEY, DOMAIN_OF_VALIDITY_KEY, REALIZATION_EPOCH_KEY, SCOPE_KEY
ALIAS_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, getScope
getAlias, getIdentifiers, getName, getRemarks, toWKT
@UML(identifier="origin", obligation=MANDATORY, specification=ISO_19111) Date getOrigin()
@UML(identifier="anchorPoint", obligation=FORBIDDEN, specification=ISO_19111) InternationalString getAnchorPoint()
Datum
parent interface, but is not used by a
temporal datum.getAnchorPoint
in interface Datum
null
.@UML(identifier="realizationEpoch", obligation=FORBIDDEN, specification=ISO_19111) Date getRealizationEpoch()
Datum
parent interface, but is not used by a
temporal datum.getRealizationEpoch
in interface Datum
null
.Copyright © 1996–2023 Geotools. All rights reserved.