@UML(identifier="TM_Position", specification=ISO_19108) public interface Position
Modifier and Type | Method and Description |
---|---|
TemporalPosition |
anyOther()
TemporalPosition and its subtypes shall be used for describing temporal
positions referenced to other reference systems, and may be used for temporal positions
referenced to any calendar or clock, including the Gregorian calendar and UTC.
|
Date |
getDate()
May be used for describing temporal positions in ISO8601 format referenced to the Gregorian
calendar and UTC.
|
InternationalString |
getDateTime()
May be used for describing temporal positions in ISO8601 format referenced to the Gregorian
calendar and UTC.
|
Time |
getTime()
May be used for describing temporal positions in ISO8601 format referenced to the Gregorian
calendar and UTC.
|
@UML(identifier="anyOther", obligation=OPTIONAL, specification=ISO_19108) TemporalPosition anyOther()
@UML(identifier="date8601", obligation=OPTIONAL, specification=ISO_19108) Date getDate()
@UML(identifier="time8601", obligation=OPTIONAL, specification=ISO_19108) Time getTime()
@UML(identifier="dateTime8601", obligation=OPTIONAL, specification=ISO_19108) InternationalString getDateTime()
Copyright © 1996–2019 Geotools. All rights reserved.