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.temporalSubinterfaces of TemporalPosition in org.geotools.api.temporal Modifier and Type Interface Description interfaceCalendarDateA data type that shall be used to identify temporal position within a calendar.interfaceClockTimeA data type that shall be used to identify a temporal position within a day.interfaceDateAndTimeProvides a single data type for identifying a temporal position with a resolution of less than a day.interfaceJulianDateThe 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.interfaceOrdinalPositionA data type that shall be used for identifying temporal position within an ordinal temporal reference system.interfaceTemporalCoordinateA 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 TemporalPositionPosition. 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.TemporalPositionTemporalFactory. createTemporalPosition(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition)
- 
Uses of TemporalPosition in org.geotools.temporal.objectClasses in org.geotools.temporal.object that implement TemporalPosition Modifier and Type Class Description classDefaultCalendarDateA data type that shall be used to identify temporal position within a calendar.classDefaultClockTimeA data type that shall be used to identify a temporal position within a day.classDefaultDateAndTimeProvides a single data type for identifying a temporal position with a resolution of less than a day.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.classDefaultOrdinalPositionA data type that shall be used for identifying temporal position within an ordinal temporal reference system.classDefaultTemporalCoordinateA data type that shall be used for identifying temporal position within a temporal coordinate system.classDefaultTemporalPositionUsed for describing temporal positions referenced to other temporal reference systems.Methods in org.geotools.temporal.object that return TemporalPosition Modifier and Type Method Description TemporalPositionDefaultPosition. 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.
 
-