Uses of Interface
org.geotools.api.temporal.TemporalCoordinate
-
Packages that use TemporalCoordinate Package Description org.geotools.api.temporal org.geotools.temporal.object org.geotools.temporal.reference -
-
Uses of TemporalCoordinate in org.geotools.api.temporal
Subinterfaces of TemporalCoordinate in org.geotools.api.temporal Modifier and Type Interface Description 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.Methods in org.geotools.api.temporal that return TemporalCoordinate Modifier and Type Method Description TemporalCoordinate
TemporalFactory. createTemporalCoordinate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number coordinateValue)
TemporalCoordinate
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 TemporalCoordinate Modifier and Type Method Description Date
TemporalCoordinateSystem. 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 TemporalCoordinate Modifier and Type Class Description 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
DefaultTemporalCoordinate
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 TemporalCoordinate Modifier and Type Method Description static 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 TemporalCoordinate Modifier and Type Method Description TemporalCoordinate
DefaultTemporalCoordinateSystem. transformDateTime(Date dateTime)
Returns the equivalent TemporalCoordinate of a Date in Gregorian Calendar.Methods in org.geotools.temporal.reference with parameters of type TemporalCoordinate Modifier and Type Method Description Date
DefaultTemporalCoordinateSystem. transformCoord(TemporalCoordinate c_value)
Returns the equivalent Date in the Gregorian calendar and UTC of a coordinate value defined in this temporal coordinate system.
-