Uses of Interface
org.opengis.temporal.TemporalCoordinate

Packages that use TemporalCoordinate
org.geotools.temporal.object   
org.geotools.temporal.reference   
org.opengis.temporal   
 

Uses of TemporalCoordinate in org.geotools.temporal.object
 

Classes in org.geotools.temporal.object that implement TemporalCoordinate
 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
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
 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
 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.
 

Uses of TemporalCoordinate in org.opengis.temporal
 

Subinterfaces of TemporalCoordinate in org.opengis.temporal
 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.opengis.temporal that return TemporalCoordinate
 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.opengis.temporal with parameters of type TemporalCoordinate
 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
 



Copyright © 1996-2014 Geotools. All Rights Reserved.