Package | Description |
---|---|
org.geotools.temporal.object | |
org.geotools.temporal.reference | |
org.opengis.temporal |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static Date |
Utils.calendarDateToDate(CalendarDate calDate)
Convert a CalendarDate object to java.util.Date.
|
Modifier and Type | Method and Description |
---|---|
CalendarDate |
DefaultCalendarEra.getReferenceDate() |
CalendarDate |
DefaultCalendar.julTrans(JulianDate jdt)
Convert a JulianDate to CalendarDate
|
Modifier and Type | Method and 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) |
Constructor and Description |
---|
DefaultCalendarEra(InternationalString name,
InternationalString referenceEvent,
CalendarDate referenceDate,
JulianDate julianReference,
Period epochOfUse) |
Modifier and Type | Interface and Description |
---|---|
interface |
DateAndTime
Provides a single data type for identifying a temporal position with a resolution of less than a
day.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 1996–2019 Geotools. All rights reserved.