Uses of Interface
org.geotools.api.temporal.JulianDate
-
Packages that use JulianDate Package Description org.geotools.api.temporal org.geotools.temporal.object org.geotools.temporal.reference -
-
Uses of JulianDate in org.geotools.api.temporal
Methods in org.geotools.api.temporal that return JulianDate Modifier and Type Method 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.Methods in org.geotools.api.temporal with parameters of type JulianDate Modifier and Type Method 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. -
Uses of JulianDate in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement JulianDate Modifier and Type Class 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.Methods in org.geotools.temporal.object with parameters of type JulianDate Modifier and Type Method Description static Date
Utils. JulianToDate(JulianDate jdt)
Convert a JulianDate to Date -
Uses of JulianDate in org.geotools.temporal.reference
Methods in org.geotools.temporal.reference that return JulianDate 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.JulianDate
DefaultCalendar. dateTrans(DateAndTime dateAndTime)
This method is called by the Overrided method dateTrans() which take 2 arguments CalendarDate and ClockTime.JulianDate
DefaultCalendarEra. getJulianReference()
Methods in org.geotools.temporal.reference with parameters of type JulianDate Modifier and Type Method Description CalendarDate
DefaultCalendar. julTrans(JulianDate jdt)
Convert a JulianDate to CalendarDatevoid
DefaultCalendarEra. setJulianReference(JulianDate julianReference)
Constructors in org.geotools.temporal.reference with parameters of type JulianDate Constructor Description DefaultCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)
-