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.temporal
Subinterfaces of CalendarDate 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 CalendarDate Modifier and Type Method Description CalendarDate
TemporalFactory. createCalendarDate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate)
CalendarDate
CalendarEra. getReferenceDate()
Provides the date of the reference event expressed as a date in the given calendar.CalendarDate
Calendar. 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 CalendarEra
TemporalFactory. createCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)
JulianDate
Calendar. dateTrans(CalendarDate date, ClockTime time)
Converts a date in this calendar to a julian date. -
Uses of CalendarDate in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement CalendarDate Modifier and Type Class Description class
DefaultCalendarDate
A data type that shall be used to identify temporal position within a calendar.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 CalendarDate Modifier and Type Method Description static Date
Utils. calendarDateToDate(CalendarDate calDate)
Convert a CalendarDate object to java.util.Date. -
Uses of CalendarDate in org.geotools.temporal.reference
Methods in org.geotools.temporal.reference that return CalendarDate Modifier and Type Method Description CalendarDate
DefaultCalendarEra. getReferenceDate()
CalendarDate
DefaultCalendar. julTrans(JulianDate jdt)
Convert a JulianDate to CalendarDateMethods in org.geotools.temporal.reference with parameters of type CalendarDate Modifier and Type Method Description JulianDate
DefaultCalendar. dateTrans(CalendarDate calDate, ClockTime time)
Convert a TemporalPosition representing by a CalendarDate and a ClockTime to a Julian date.void
DefaultCalendarEra. 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)
-