Uses of Interface
org.geotools.api.temporal.TemporalCoordinate
Packages that use TemporalCoordinate
Package
Description
-
Uses of TemporalCoordinate in org.geotools.api.temporal
Subinterfaces of TemporalCoordinate in org.geotools.api.temporalModifier and TypeInterfaceDescriptioninterface
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.Methods in org.geotools.api.temporal that return TemporalCoordinateModifier and TypeMethodDescriptionTemporalFactory.createTemporalCoordinate
(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number coordinateValue) TemporalCoordinateSystem.transformDateTime
(Date datetime) Transforms a date and time in the Gregorian Calendar and UTC to an equivalent coordinate within this temporal coordinate system.Methods in org.geotools.api.temporal with parameters of type TemporalCoordinateModifier and TypeMethodDescriptionTemporalCoordinateSystem.transformCoord
(TemporalCoordinate coordinates) Transforms a value of a coordinate within this temporal coordinate system and returns the equivalent date and time in the Gregorian Calendar and UTC -
Uses of TemporalCoordinate in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement TemporalCoordinateModifier and TypeClassDescriptionclass
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
A data type that shall be used for identifying temporal position within a temporal coordinate system.Methods in org.geotools.temporal.object with parameters of type TemporalCoordinateModifier and TypeMethodDescriptionstatic Date
Utils.temporalCoordToDate
(TemporalCoordinate temporalCoord) Convert a TemporalCoordinate object to Date. -
Uses of TemporalCoordinate in org.geotools.temporal.reference
Methods in org.geotools.temporal.reference that return TemporalCoordinateModifier and TypeMethodDescriptionDefaultTemporalCoordinateSystem.transformDateTime
(Date dateTime) Returns the equivalent TemporalCoordinate of a Date in Gregorian Calendar.Methods in org.geotools.temporal.reference with parameters of type TemporalCoordinateModifier and TypeMethodDescriptionDefaultTemporalCoordinateSystem.transformCoord
(TemporalCoordinate c_value) Returns the equivalent Date in the Gregorian calendar and UTC of a coordinate value defined in this temporal coordinate system.