Uses of Interface
org.opengis.temporal.TemporalReferenceSystem

Packages that use TemporalReferenceSystem
org.opengis.temporal   
 

Uses of TemporalReferenceSystem in org.opengis.temporal
 

Subinterfaces of TemporalReferenceSystem in org.opengis.temporal
 interface Calendar
          A discrete temporal reference system that provides a basis for defining temporal position to a resolution of one day.
 interface Clock
          Provides a basis for defining temporal position within a day.
 interface OrdinalReferenceSystem
          Provides only the attributes inherited from temporal reference system.
 interface TemporalCoordinateSystem
          A temporal coordinate system to simplify the computation of temporal distances between points and the functional description of temporal operations.
 

Methods in org.opengis.temporal that return TemporalReferenceSystem
 TemporalReferenceSystem TemporalFactory.createTemporalReferenceSystem(ReferenceIdentifier name, Extent domainOfValidity)
           
 

Methods in org.opengis.temporal with parameters of type TemporalReferenceSystem
 CalendarDate TemporalFactory.createCalendarDate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate)
           
 ClockTime TemporalFactory.createClockTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number[] clockTime)
           
 DateAndTime TemporalFactory.createDateAndTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate, Number[] clockTime)
           
 JulianDate TemporalFactory.createJulianDate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number coordinateValue)
           
 OrdinalPosition TemporalFactory.createOrdinalPosition(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, OrdinalEra ordinalPosition)
           
 TemporalCoordinate TemporalFactory.createTemporalCoordinate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, Number coordinateValue)
           
 TemporalPosition TemporalFactory.createTemporalPosition(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition)
           
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.