Uses of Interface
org.geotools.api.temporal.TemporalPosition
-
Packages that use TemporalPosition Package Description org.geotools.api.temporal org.geotools.temporal.object -
-
Uses of TemporalPosition in org.geotools.api.temporal
Subinterfaces of TemporalPosition in org.geotools.api.temporal Modifier and Type Interface Description interface
CalendarDate
A data type that shall be used to identify temporal position within a calendar.interface
ClockTime
A data type that shall be used to identify a temporal position within a day.interface
DateAndTime
Provides a single data type for identifying a temporal position with a resolution of less than a day.interface
JulianDate
The Julian day numbering system is a temporal coordinate system that has its origin at noon on 1 January 4713 BC in the Julian proleptic calendar.interface
OrdinalPosition
A data type that shall be used for identifying temporal position within an ordinal temporal reference system.interface
TemporalCoordinate
A data type that shall be used for identifying temporal position within a temporal coordinate system.Methods in org.geotools.api.temporal that return TemporalPosition Modifier and Type Method Description TemporalPosition
Position. anyOther()
TemporalPosition and its subtypes shall be used for describing temporal positions referenced to other reference systems, and may be used for temporal positions referenced to any calendar or clock, including the Gregorian calendar and UTC.TemporalPosition
TemporalFactory. createTemporalPosition(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition)
-
Uses of TemporalPosition in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement TemporalPosition Modifier and Type Class Description class
DefaultCalendarDate
A data type that shall be used to identify temporal position within a calendar.class
DefaultClockTime
A data type that shall be used to identify a temporal position within a day.class
DefaultDateAndTime
Provides a single data type for identifying a temporal position with a resolution of less than a day.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.class
DefaultOrdinalPosition
A data type that shall be used for identifying temporal position within an ordinal temporal reference system.class
DefaultTemporalCoordinate
A data type that shall be used for identifying temporal position within a temporal coordinate system.class
DefaultTemporalPosition
Used for describing temporal positions referenced to other temporal reference systems.Methods in org.geotools.temporal.object that return TemporalPosition Modifier and Type Method Description TemporalPosition
DefaultPosition. anyOther()
TemporalPosition and its subtypes shall be used for describing temporal positions referenced to other reference systems, and may be used for temporal positions referenced to any calendar or clock, including the Gregorian calendar and UTC.Constructors in org.geotools.temporal.object with parameters of type TemporalPosition Constructor Description DefaultPosition(TemporalPosition anyOther)
This constructor set the position property as a TemporalPosition.
-