Uses of Interface
org.geotools.api.temporal.ClockTime
-
Packages that use ClockTime Package Description org.geotools.api.temporal org.geotools.temporal.object org.geotools.temporal.reference -
-
Uses of ClockTime in org.geotools.api.temporal
Subinterfaces of ClockTime in org.geotools.api.temporal Modifier and Type Interface Description interfaceDateAndTimeProvides a single data type for identifying a temporal position with a resolution of less than a day.Methods in org.geotools.api.temporal that return ClockTime Modifier and Type Method Description ClockTimeClock. clkTrans(ClockTime clkTime)Converts UTC time to a time on this clock.ClockTimeTemporalFactory. createClockTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number... clockTime)ClockTimeClock. getReferenceTime()Time of the reference Event for this clock, usually the origin of the clock scale.ClockTimeClock. getUTCReference()Provides the 24-hour local or UTC time that corresponds to the reference time.ClockTimeClock. utcTrans(ClockTime uTime)Converts UTC time to a time on this clock.Methods in org.geotools.api.temporal with parameters of type ClockTime Modifier and Type Method Description ClockTimeClock. clkTrans(ClockTime clkTime)Converts UTC time to a time on this clock.ClockTemporalFactory. createClock(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference)JulianDateCalendar. dateTrans(CalendarDate date, ClockTime time)Converts a date in this calendar to a julian date.ClockTimeClock. utcTrans(ClockTime uTime)Converts UTC time to a time on this clock. -
Uses of ClockTime in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement ClockTime Modifier and Type Class Description classDefaultClockTimeA data type that shall be used to identify a temporal position within a day.classDefaultDateAndTimeProvides a single data type for identifying a temporal position with a resolution of less than a day. -
Uses of ClockTime in org.geotools.temporal.reference
Methods in org.geotools.temporal.reference that return ClockTime Modifier and Type Method Description ClockTimeDefaultClock. clkTrans(ClockTime uTime)Takes a 24-hour local or UTC time and return the equivalent time of day expressed in terms of the specified clock.ClockTimeDefaultClock. getReferenceTime()ClockTimeDefaultClock. getUTCReference()ClockTimeDefaultClock. utcTrans(ClockTime clkTime)Takes a time of day expressed in terms of the specified clock and return the equivalent time of day in 24-hour local or UTC time.Methods in org.geotools.temporal.reference with parameters of type ClockTime Modifier and Type Method Description ClockTimeDefaultClock. clkTrans(ClockTime uTime)Takes a 24-hour local or UTC time and return the equivalent time of day expressed in terms of the specified clock.JulianDateDefaultCalendar. dateTrans(CalendarDate calDate, ClockTime time)Convert a TemporalPosition representing by a CalendarDate and a ClockTime to a Julian date.voidDefaultClock. setReferenceTime(ClockTime referenceTime)voidDefaultClock. setUtcReference(ClockTime utcReference)ClockTimeDefaultClock. utcTrans(ClockTime clkTime)Takes a time of day expressed in terms of the specified clock and return the equivalent time of day in 24-hour local or UTC time.Constructors in org.geotools.temporal.reference with parameters of type ClockTime Constructor Description DefaultClock(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference)
-