Uses of Interface
org.opengis.temporal.DateAndTime

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

Uses of DateAndTime in org.geotools.temporal.object
 

Classes in org.geotools.temporal.object that implement DateAndTime
 class DefaultDateAndTime
          Provides a single data type for identifying a temporal position with a resolution of less than a day.
 

Methods in org.geotools.temporal.object with parameters of type DateAndTime
static Date Utils.dateAndTimeToDate(DateAndTime dateAndTime)
          Convert a DateAndTime object to Date.
 

Uses of DateAndTime in org.geotools.temporal.reference
 

Methods in org.geotools.temporal.reference with parameters of type DateAndTime
 JulianDate DefaultCalendar.dateTrans(DateAndTime dateAndTime)
          This method is called by the Overrided method dateTrans() which take 2 arguments CalendarDate and ClockTime.
 

Uses of DateAndTime in org.opengis.temporal
 

Methods in org.opengis.temporal that return DateAndTime
 DateAndTime TemporalFactory.createDateAndTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate, Number[] clockTime)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.