Uses of Interface
org.geotools.api.temporal.CalendarDate
Packages that use CalendarDate
Package
Description
-
Uses of CalendarDate in org.geotools.api.temporal
Subinterfaces of CalendarDate 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 CalendarDateModifier and TypeMethodDescriptionTemporalFactory.createCalendarDate
(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate) CalendarEra.getReferenceDate()
Provides the date of the reference event expressed as a date in the given calendar.Calendar.julTrans
(JulianDate julian) Converts a julian date to a date in this calendar.Methods in org.geotools.api.temporal with parameters of type CalendarDateModifier and TypeMethodDescriptionTemporalFactory.createCalendarEra
(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse) 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 CalendarDateModifier and TypeClassDescriptionclass
A data type that shall be used to identify temporal position within a calendar.class
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 CalendarDateModifier and TypeMethodDescriptionstatic 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 CalendarDateModifier and TypeMethodDescriptionDefaultCalendarEra.getReferenceDate()
DefaultCalendar.julTrans
(JulianDate jdt) Convert a JulianDate to CalendarDateMethods in org.geotools.temporal.reference with parameters of type CalendarDateModifier and TypeMethodDescriptionDefaultCalendar.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 CalendarDateModifierConstructorDescriptionDefaultCalendarEra
(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)