Uses of Interface
org.geotools.api.temporal.DateAndTime
-
Packages that use DateAndTime Package Description org.geotools.api.temporal org.geotools.temporal.object org.geotools.temporal.reference -
-
Uses of DateAndTime in org.geotools.api.temporal
Methods in org.geotools.api.temporal that return DateAndTime Modifier and Type Method Description DateAndTime
TemporalFactory. createDateAndTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate, Number[] clockTime)
-
Uses of DateAndTime in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement DateAndTime Modifier and Type Class Description class
DefaultDateAndTime
Provides a single data type for identifying a temporal position with a resolution of less than a day.Methods in org.geotools.temporal.object with parameters of type DateAndTime Modifier and Type Method Description static Date
Utils. dateAndTimeToDate(DateAndTime dateAndTime)
Convert a DateAndTime object to Date. -
Uses of DateAndTime in org.geotools.temporal.reference
Methods in org.geotools.temporal.reference with parameters of type DateAndTime Modifier and Type Method Description JulianDate
DefaultCalendar. dateTrans(DateAndTime dateAndTime)
This method is called by the Overrided method dateTrans() which take 2 arguments CalendarDate and ClockTime.
-