|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CD_TemporalDatum", specification=ISO_19111) public interface TemporalDatum
A temporal datum defines the origin of a temporal coordinate reference system.
Field Summary |
---|
Fields inherited from interface Datum |
---|
ANCHOR_POINT_KEY, DOMAIN_OF_VALIDITY_KEY, REALIZATION_EPOCH_KEY, SCOPE_KEY |
Fields inherited from interface IdentifiedObject |
---|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
Method Summary | |
---|---|
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. |
Methods inherited from interface Datum |
---|
getDomainOfValidity, getScope |
Methods inherited from interface IdentifiedObject |
---|
getAlias, getIdentifiers, getName, getRemarks, toWKT |
Method Detail |
---|
@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 Datum
null
.@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 Datum
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |