Uses of Interface
org.opengis.temporal.ClockTime

Packages that use ClockTime
org.geotools.temporal.object   
org.geotools.temporal.reference   
org.opengis.temporal   
 

Uses of ClockTime in org.geotools.temporal.object
 

Classes in org.geotools.temporal.object that implement ClockTime
 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
 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
 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
DefaultClock(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference)
           
 

Uses of ClockTime in org.opengis.temporal
 

Subinterfaces of ClockTime in org.opengis.temporal
 interface DateAndTime
          Provides a single data type for identifying a temporal position with a resolution of less than a day.
 

Methods in org.opengis.temporal that return ClockTime
 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.opengis.temporal with parameters of type ClockTime
 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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.