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 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.Methods in org.geotools.api.temporal that return TemporalCoordinate Modifier and Type Method Description TemporalCoordinateTemporalFactory. createTemporalCoordinate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number coordinateValue)TemporalCoordinateTemporalCoordinateSystem. 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 DateTemporalCoordinateSystem. 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 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.classDefaultTemporalCoordinateA 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 DateUtils. 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 TemporalCoordinateDefaultTemporalCoordinateSystem. 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 DateDefaultTemporalCoordinateSystem. transformCoord(TemporalCoordinate c_value)Returns the equivalent Date in the Gregorian calendar and UTC of a coordinate value defined in this temporal coordinate system.
-