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 interface
DateAndTime
Provides 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 ClockTime
Clock. clkTrans(ClockTime clkTime)
Converts UTC time to a time on this clock.ClockTime
TemporalFactory. createClockTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number... clockTime)
ClockTime
Clock. getReferenceTime()
Time of the reference Event for this clock, usually the origin of the clock scale.ClockTime
Clock. getUTCReference()
Provides the 24-hour local or UTC time that corresponds to the reference time.ClockTime
Clock. 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 ClockTime
Clock. clkTrans(ClockTime clkTime)
Converts UTC time to a time on this clock.Clock
TemporalFactory. createClock(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference)
JulianDate
Calendar. dateTrans(CalendarDate date, ClockTime time)
Converts a date in this calendar to a julian date.ClockTime
Clock. 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 class
DefaultClockTime
A data type that shall be used to identify a temporal position within a day.class
DefaultDateAndTime
Provides 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 ClockTime
DefaultClock. 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.ClockTime
DefaultClock. getReferenceTime()
ClockTime
DefaultClock. getUTCReference()
ClockTime
DefaultClock. 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 ClockTime
DefaultClock. 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.JulianDate
DefaultCalendar. dateTrans(CalendarDate calDate, ClockTime time)
Convert a TemporalPosition representing by a CalendarDate and a ClockTime to a Julian date.void
DefaultClock. setReferenceTime(ClockTime referenceTime)
void
DefaultClock. setUtcReference(ClockTime utcReference)
ClockTime
DefaultClock. 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)
-