Uses of Interface
org.geotools.api.temporal.ClockTime
Packages that use ClockTime
Package
Description
-
Uses of ClockTime in org.geotools.api.temporal
Subinterfaces of ClockTime in org.geotools.api.temporalModifier and TypeInterfaceDescriptioninterface
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 ClockTimeModifier and TypeMethodDescriptionConverts UTC time to a time on this clock.TemporalFactory.createClockTime
(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number... clockTime) Clock.getReferenceTime()
Time of the reference Event for this clock, usually the origin of the clock scale.Clock.getUTCReference()
Provides the 24-hour local or UTC time that corresponds to the reference time.Converts UTC time to a time on this clock.Methods in org.geotools.api.temporal with parameters of type ClockTimeModifier and TypeMethodDescriptionConverts UTC time to a time on this clock.TemporalFactory.createClock
(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference) Calendar.dateTrans
(CalendarDate date, ClockTime time) Converts a date in this calendar to a julian date.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 ClockTimeModifier and TypeClassDescriptionclass
A data type that shall be used to identify a temporal position within a day.class
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 ClockTimeModifier and TypeMethodDescriptionTakes a 24-hour local or UTC time and return the equivalent time of day expressed in terms of the specified clock.DefaultClock.getReferenceTime()
DefaultClock.getUTCReference()
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 ClockTimeModifier and TypeMethodDescriptionTakes a 24-hour local or UTC time and return the equivalent time of day expressed in terms of the specified clock.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) 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 ClockTimeModifierConstructorDescriptionDefaultClock
(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference)