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

Packages that use DerivedCRS
org.geotools.referencing.crs Coordinate reference 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). 
 

Uses of DerivedCRS in org.geotools.referencing.crs
 

Classes in org.geotools.referencing.crs that implement DerivedCRS
 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.
 

Methods in org.geotools.referencing.crs that return DerivedCRS
 DerivedCRS EPSGCRSAuthorityFactory.createDerivedCRS(String str)
          Deprecated.  
 

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

Uses of DerivedCRS in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return DerivedCRS
 DerivedCRS ReferencingObjectFactory.createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)
          Creates a derived coordinate reference system from a conversion.
 DerivedCRS ReferencingObjectFactory.createDerivedCRS(Map<String,?> properties, OperationMethod method, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
          Deprecated. Use CoordinateOperationFactory.createDefiningConversion(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.parameter.ParameterValueGroup) followed by ReferencingObjectFactory.createDerivedCRS(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.referencing.crs.CoordinateReferenceSystem, org.opengis.referencing.operation.MathTransform, org.opengis.referencing.cs.CoordinateSystem) instead.
 DerivedCRS AbstractAuthorityMediator.createDerivedCRS(String code)
           
 DerivedCRS BufferedAuthorityFactory.createDerivedCRS(String code)
          Returns a derived coordinate reference system from a code.
 DerivedCRS AuthorityFactoryAdapter.createDerivedCRS(String code)
          Creates a derived coordinate reference system from a code.
 DerivedCRS AbstractCachedAuthorityFactory.createDerivedCRS(String code)
           
 DerivedCRS CachedCRSAuthorityDecorator.createDerivedCRS(String code)
           
 DerivedCRS CachedAuthorityDecorator.createDerivedCRS(String code)
           
 DerivedCRS ThreadedAuthorityFactory.createDerivedCRS(String code)
          Returns a derived coordinate reference system from a code.
 DerivedCRS FallbackAuthorityFactory.createDerivedCRS(String code)
          Creates a derived coordinate reference system from a code.
 DerivedCRS AbstractAuthorityFactory.createDerivedCRS(String code)
          Creates a derived coordinate reference system from a code.
 

Uses of DerivedCRS in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return DerivedCRS
 DerivedCRS CRSFactory.createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)
          Creates a derived coordinate reference system.
 DerivedCRS CRSAuthorityFactory.createDerivedCRS(String code)
          Creates a derived coordinate reference system from a code.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.