Uses of Interface
org.opengis.referencing.crs.TemporalCRS

Packages that use TemporalCRS
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.operation Coordinate operation implementation. 
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
 

Uses of TemporalCRS in org.geotools.referencing
 

Methods in org.geotools.referencing that return TemporalCRS
static TemporalCRS CRS.getTemporalCRS(CoordinateReferenceSystem crs)
          Returns the first temporal coordinate reference system found in the given CRS, or null if there is none.
 

Uses of TemporalCRS in org.geotools.referencing.crs
 

Classes in org.geotools.referencing.crs that implement TemporalCRS
 class DefaultTemporalCRS
          A 1D coordinate reference system used for the recording of time.
 

Methods in org.geotools.referencing.crs that return TemporalCRS
 TemporalCRS EPSGCRSAuthorityFactory.createTemporalCRS(String str)
          Deprecated.  
 

Methods in org.geotools.referencing.crs with parameters of type TemporalCRS
static DefaultTemporalCRS DefaultTemporalCRS.wrap(TemporalCRS crs)
          Wraps an arbitrary temporal CRS into a Geotools implementation.
 

Constructors in org.geotools.referencing.crs with parameters of type TemporalCRS
DefaultTemporalCRS(TemporalCRS crs)
          Constructs a new temporal CRS with the same values than the specified one.
 

Uses of TemporalCRS in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return TemporalCRS
 TemporalCRS ReferencingObjectFactory.createTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)
          Creates a temporal coordinate reference system.
 TemporalCRS AbstractAuthorityMediator.createTemporalCRS(String code)
           
 TemporalCRS BufferedAuthorityFactory.createTemporalCRS(String code)
          Returns a temporal coordinate reference system from a code.
 TemporalCRS AuthorityFactoryAdapter.createTemporalCRS(String code)
          Creates a temporal coordinate reference system from a code.
 TemporalCRS AbstractCachedAuthorityFactory.createTemporalCRS(String code)
           
 TemporalCRS CachedCRSAuthorityDecorator.createTemporalCRS(String code)
           
 TemporalCRS CachedAuthorityDecorator.createTemporalCRS(String code)
           
 TemporalCRS ThreadedAuthorityFactory.createTemporalCRS(String code)
          Returns a temporal coordinate reference system from a code.
 TemporalCRS FallbackAuthorityFactory.createTemporalCRS(String code)
          Creates a temporal coordinate reference system from a code.
 TemporalCRS AbstractAuthorityFactory.createTemporalCRS(String code)
          Creates a temporal coordinate reference system from a code.
 

Uses of TemporalCRS in org.geotools.referencing.operation
 

Methods in org.geotools.referencing.operation with parameters of type TemporalCRS
protected  CoordinateOperation DefaultCoordinateOperationFactory.createOperationStep(TemporalCRS sourceCRS, TemporalCRS targetCRS)
          Creates an operation between two temporal coordinate reference systems.
 

Uses of TemporalCRS in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return TemporalCRS
 TemporalCRS CRSFactory.createTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)
          Creates a temporal coordinate reference system.
 TemporalCRS CRSAuthorityFactory.createTemporalCRS(String code)
          Create a temporal coordinate reference system from a code.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.