|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CalendarDate | |
---|---|
org.geotools.temporal.object | |
org.geotools.temporal.reference | |
org.opengis.temporal |
Uses of CalendarDate in org.geotools.temporal.object |
---|
Classes in org.geotools.temporal.object that implement CalendarDate | |
---|---|
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 | |
---|---|
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 | |
---|---|
CalendarDate |
DefaultCalendarEra.getReferenceDate()
|
CalendarDate |
DefaultCalendar.julTrans(JulianDate jdt)
Convert a JulianDate to CalendarDate |
Methods in org.geotools.temporal.reference with parameters of type CalendarDate | |
---|---|
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 | |
---|---|
DefaultCalendarEra(InternationalString name,
InternationalString referenceEvent,
CalendarDate referenceDate,
JulianDate julianReference,
Period epochOfUse)
|
Uses of CalendarDate in org.opengis.temporal |
---|
Subinterfaces of CalendarDate 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 CalendarDate | |
---|---|
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.opengis.temporal with parameters of type CalendarDate | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |