@UML(identifier="TM_Clock", specification=ISO_19108) public interface Clock extends TemporalReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Modifier and Type | Method and Description |
---|---|
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.
|
getDomainOfValidity, getName
getScope
getAlias, getIdentifiers, getRemarks, toWKT
@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)
Copyright © 1996–2019 Geotools. All rights reserved.