Uses of Interface
org.opengis.temporal.JulianDate

Packages that use JulianDate
org.geotools.temporal.object   
org.geotools.temporal.reference   
org.opengis.temporal   
 

Uses of JulianDate in org.geotools.temporal.object
 

Classes in org.geotools.temporal.object that implement JulianDate
 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
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
 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
 CalendarDate DefaultCalendar.julTrans(JulianDate jdt)
          Convert a JulianDate to CalendarDate
 void DefaultCalendarEra.setJulianReference(JulianDate julianReference)
           
 

Constructors in org.geotools.temporal.reference with parameters of type JulianDate
DefaultCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)
           
 

Uses of JulianDate in org.opengis.temporal
 

Methods in org.opengis.temporal that return JulianDate
 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.opengis.temporal with parameters of type JulianDate
 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-2014 Geotools. All Rights Reserved.