Uses of Interface
org.geotools.api.temporal.CalendarDate
- 
Packages that use CalendarDate Package Description org.geotools.api.temporal org.geotools.temporal.object org.geotools.temporal.reference 
- 
- 
Uses of CalendarDate in org.geotools.api.temporalSubinterfaces of CalendarDate 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 CalendarDate Modifier and Type Method Description CalendarDateTemporalFactory. createCalendarDate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate)CalendarDateCalendarEra. getReferenceDate()Provides the date of the reference event expressed as a date in the given calendar.CalendarDateCalendar. julTrans(JulianDate julian)Converts a julian date to a date in this calendar.Methods in org.geotools.api.temporal with parameters of type CalendarDate Modifier and Type Method Description CalendarEraTemporalFactory. createCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)JulianDateCalendar. dateTrans(CalendarDate date, ClockTime time)Converts a date in this calendar to a julian date.
- 
Uses of CalendarDate in org.geotools.temporal.objectClasses in org.geotools.temporal.object that implement CalendarDate Modifier and Type Class Description classDefaultCalendarDateA data type that shall be used to identify temporal position within a calendar.classDefaultDateAndTimeProvides 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 CalendarDate Modifier and Type Method Description static DateUtils. calendarDateToDate(CalendarDate calDate)Convert a CalendarDate object to java.util.Date.
- 
Uses of CalendarDate in org.geotools.temporal.referenceMethods in org.geotools.temporal.reference that return CalendarDate Modifier and Type Method Description CalendarDateDefaultCalendarEra. getReferenceDate()CalendarDateDefaultCalendar. julTrans(JulianDate jdt)Convert a JulianDate to CalendarDateMethods in org.geotools.temporal.reference with parameters of type CalendarDate Modifier and Type Method Description JulianDateDefaultCalendar. dateTrans(CalendarDate calDate, ClockTime time)Convert a TemporalPosition representing by a CalendarDate and a ClockTime to a Julian date.voidDefaultCalendarEra. setReferenceDate(CalendarDate referenceDate)Constructors in org.geotools.temporal.reference with parameters of type CalendarDate Constructor Description DefaultCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)
 
-