Uses of Interface
org.opengis.referencing.cs.TimeCS

Packages that use TimeCS
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.cs Coordinate systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.cs Coordinate systems and their axis
 

Uses of TimeCS in org.geotools.referencing.crs
 

Methods in org.geotools.referencing.crs that return TimeCS
 TimeCS DefaultTemporalCRS.getCoordinateSystem()
          Returns the coordinate system.
 

Constructors in org.geotools.referencing.crs with parameters of type TimeCS
DefaultTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)
          Constructs a temporal CRS from a set of properties.
DefaultTemporalCRS(String name, TemporalDatum datum, TimeCS cs)
          Constructs a temporal CRS from a name.
DefaultTemporalCRS(TemporalDatum datum, TimeCS cs)
          Constructs a temporal CRS with the same properties than the given datum.
 

Uses of TimeCS in org.geotools.referencing.cs
 

Classes in org.geotools.referencing.cs that implement TimeCS
 class DefaultTimeCS
          A one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin.
 

Constructors in org.geotools.referencing.cs with parameters of type TimeCS
DefaultTimeCS(TimeCS cs)
          Constructs a new coordinate system with the same values than the specified one.
 

Uses of TimeCS in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return TimeCS
 TimeCS ReferencingObjectFactory.createTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)
          Creates a temporal coordinate system.
 TimeCS AbstractAuthorityMediator.createTimeCS(String code)
           
 TimeCS BufferedAuthorityFactory.createTimeCS(String code)
          Returns a temporal coordinate system from a code.
 TimeCS AuthorityFactoryAdapter.createTimeCS(String code)
          Creates a temporal coordinate system from a code.
 TimeCS AbstractCachedAuthorityFactory.createTimeCS(String code)
           
 TimeCS CachedAuthorityDecorator.createTimeCS(String code)
           
 TimeCS ThreadedAuthorityFactory.createTimeCS(String code)
          Returns a temporal coordinate system from a code.
 TimeCS FallbackAuthorityFactory.createTimeCS(String code)
          Creates a temporal coordinate system from a code.
 TimeCS AbstractAuthorityFactory.createTimeCS(String code)
          Creates a temporal coordinate system from a code.
 

Methods in org.geotools.referencing.factory with parameters of type TimeCS
 TemporalCRS ReferencingObjectFactory.createTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)
          Creates a temporal coordinate reference system.
 

Uses of TimeCS in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return TimeCS
 TimeCS TemporalCRS.getCoordinateSystem()
          Returns the coordinate system, which must be temporal.
 

Methods in org.opengis.referencing.crs with parameters of type TimeCS
 TemporalCRS CRSFactory.createTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)
          Creates a temporal coordinate reference system.
 

Uses of TimeCS in org.opengis.referencing.cs
 

Methods in org.opengis.referencing.cs that return TimeCS
 TimeCS CSFactory.createTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)
          Creates a time coordinate system.
 TimeCS CSAuthorityFactory.createTimeCS(String code)
          Creates a temporal coordinate system from a code.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.