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 JulianDateTemporalFactory. createJulianDate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number coordinateValue)JulianDateCalendar. dateTrans(CalendarDate date, ClockTime time)Converts a date in this calendar to a julian date.JulianDateCalendarEra. 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 CalendarEraTemporalFactory. createCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)CalendarDateCalendar. 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 classDefaultJulianDateThe 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 DateUtils. 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 JulianDateDefaultCalendar. dateTrans(CalendarDate calDate, ClockTime time)Convert a TemporalPosition representing by a CalendarDate and a ClockTime to a Julian date.JulianDateDefaultCalendar. dateTrans(DateAndTime dateAndTime)This method is called by the Overrided method dateTrans() which take 2 arguments CalendarDate and ClockTime.JulianDateDefaultCalendarEra. getJulianReference()Methods in org.geotools.temporal.reference with parameters of type JulianDate Modifier and Type Method Description CalendarDateDefaultCalendar. julTrans(JulianDate jdt)Convert a JulianDate to CalendarDatevoidDefaultCalendarEra. 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)
-