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

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

Uses of ProjectedCRS in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return ProjectedCRS
 ProjectedCRS CRSFactory.createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)
          Creates a projected coordinate reference system from a defining conversion.
 ProjectedCRS CRSFactory.createProjectedCRS(Map<String,?> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
          Deprecated. Use CoordinateOperationFactory.createDefiningConversion(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.parameter.ParameterValueGroup) followed by CRSFactory.createProjectedCRS(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.referencing.crs.GeographicCRS, org.opengis.referencing.operation.MathTransform, org.opengis.referencing.cs.CartesianCS) instead.
 ProjectedCRS CRSAuthorityFactory.createProjectedCRS(String code)
          Returns a projected coordinate reference system from a code.
 



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