|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="TM_Clock", specification=ISO_19108) public interface Clock
Provides a basis for defining temporal position within a day.
Field Summary |
---|
Fields inherited from interface ReferenceSystem |
---|
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY, VALID_AREA_KEY |
Fields inherited from interface IdentifiedObject |
---|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
Method Summary | |
---|---|
ClockTime |
clkTrans(ClockTime clkTime)
Converts UTC time to a time on this clock. |
InternationalString |
getReferenceEvent()
Event used as the datum for this clock. |
ClockTime |
getReferenceTime()
Time of the reference Event for this clock, usually the origin of the clock scale. |
ClockTime |
getUTCReference()
Provides the 24-hour local or UTC time that corresponds to the reference time. |
ClockTime |
utcTrans(ClockTime uTime)
Converts UTC time to a time on this clock. |
Methods inherited from interface TemporalReferenceSystem |
---|
getDomainOfValidity, getName |
Methods inherited from interface ReferenceSystem |
---|
getScope, getValidArea |
Methods inherited from interface IdentifiedObject |
---|
getAlias, getIdentifiers, getRemarks, toWKT |
Method Detail |
---|
@UML(identifier="referenceEvent", obligation=MANDATORY, specification=ISO_19108) InternationalString getReferenceEvent()
@UML(identifier="ReferenceTime", obligation=MANDATORY, specification=ISO_19108) ClockTime getReferenceTime()
@UML(identifier="utcReference", obligation=MANDATORY, specification=ISO_19108) ClockTime getUTCReference()
@UML(identifier="clkTrans", obligation=MANDATORY, specification=ISO_19108) ClockTime clkTrans(ClockTime clkTime)
@UML(identifier="utcTrans", obligation=MANDATORY, specification=ISO_19108) ClockTime utcTrans(ClockTime uTime)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |