Uses of Interface
org.opengis.temporal.TemporalPosition

Packages that use TemporalPosition
org.geotools.temporal.object   
org.opengis.temporal   
 

Uses of TemporalPosition in org.geotools.temporal.object
 

Classes in org.geotools.temporal.object that implement TemporalPosition
 class DefaultCalendarDate
          A data type that shall be used to identify temporal position within a calendar.
 class DefaultClockTime
          A data type that shall be used to identify a temporal position within a day.
 class DefaultDateAndTime
          Provides a single data type for identifying a temporal position with a resolution of less than a day.
 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 DefaultOrdinalPosition
          A data type that shall be used for identifying temporal position within an ordinal temporal reference system.
 class DefaultTemporalCoordinate
          A data type that shall be used for identifying temporal position within a temporal coordinate system.
 class DefaultTemporalPosition
          Used for describing temporal positions referenced to other temporal reference systems.
 

Methods in org.geotools.temporal.object that return TemporalPosition
 TemporalPosition DefaultPosition.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
DefaultPosition(TemporalPosition anyOther)
          This constructor set the position property as a TemporalPosition.
 

Uses of TemporalPosition in org.opengis.temporal
 

Subinterfaces of TemporalPosition in org.opengis.temporal
 interface CalendarDate
          A data type that shall be used to identify temporal position within a calendar.
 interface ClockTime
          A data type that shall be used to identify a temporal position within a day.
 interface DateAndTime
          Provides a single data type for identifying a temporal position with a resolution of less than a day.
 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.
 interface OrdinalPosition
          A data type that shall be used for identifying temporal position within an ordinal temporal reference system.
 interface TemporalCoordinate
          A data type that shall be used for identifying temporal position within a temporal coordinate system.
 

Methods in org.opengis.temporal that return TemporalPosition
 TemporalPosition Position.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.
 TemporalPosition TemporalFactory.createTemporalPosition(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.