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

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

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 CRSFactory.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 CRSFactory.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 CRSAuthorityFactory.createDerivedCRS(String code)
          Creates a derived coordinate reference system from a code.
 



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