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

Packages that use GeneralDerivedCRS
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
 

Uses of GeneralDerivedCRS in org.geotools.referencing.crs
 

Classes in org.geotools.referencing.crs that implement GeneralDerivedCRS
 class AbstractDerivedCRS
          A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).
 class DefaultDerivedCRS
          A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.
 class DefaultProjectedCRS
          A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.
 

Constructors in org.geotools.referencing.crs with parameters of type GeneralDerivedCRS
AbstractDerivedCRS(GeneralDerivedCRS crs)
          Constructs a new derived CRS with the same values than the specified one.
 

Uses of GeneralDerivedCRS in org.opengis.referencing.crs
 

Subinterfaces of GeneralDerivedCRS in org.opengis.referencing.crs
 interface DerivedCRS
          A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.
 interface ProjectedCRS
          A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.