Package | Description |
---|---|
org.geotools.temporal.object | |
org.geotools.temporal.reference | |
org.opengis.temporal |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJulianDate
The Julian day numbering system is a temporal coordinate system that has its origin at noon on 1
January 4713 BCE in the Julian proleptic calendar.
|
Modifier and Type | Method and Description |
---|---|
static Date |
Utils.JulianToDate(JulianDate jdt)
Convert a JulianDate to Date
|
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.
|
JulianDate |
DefaultCalendar.dateTrans(DateAndTime dateAndTime)
This method is called by the Overrided method dateTrans() which take 2 arguments CalendarDate
and ClockTime.
|
JulianDate |
DefaultCalendarEra.getJulianReference() |
Modifier and Type | Method and Description |
---|---|
CalendarDate |
DefaultCalendar.julTrans(JulianDate jdt)
Convert a JulianDate to CalendarDate
|
void |
DefaultCalendarEra.setJulianReference(JulianDate julianReference) |
Constructor and Description |
---|
DefaultCalendarEra(InternationalString name,
InternationalString referenceEvent,
CalendarDate referenceDate,
JulianDate julianReference,
Period epochOfUse) |
Modifier and Type | Method and Description |
---|---|
JulianDate |
TemporalFactory.createJulianDate(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
Number coordinateValue) |
JulianDate |
Calendar.dateTrans(CalendarDate date,
ClockTime time)
Converts a date in this calendar to a julian
date.
|
JulianDate |
CalendarEra.getJulianReference()
Provides the julian date that corresponds to the reference date.
|
Modifier and Type | Method and Description |
---|---|
CalendarEra |
TemporalFactory.createCalendarEra(InternationalString name,
InternationalString referenceEvent,
CalendarDate referenceDate,
JulianDate julianReference,
Period epochOfUse) |
CalendarDate |
Calendar.julTrans(JulianDate julian)
Converts a julian date to a date in this
calendar.
|
Copyright © 1996–2019 Geotools. All rights reserved.