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

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

Uses of GeographicCRS in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return GeographicCRS
 GeographicCRS CRSFactory.createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)
          Creates a geographic coordinate reference system.
 GeographicCRS CRSAuthorityFactory.createGeographicCRS(String code)
          Returns a geographic coordinate reference system from a code.
 

Methods in org.opengis.referencing.crs with parameters of type GeographicCRS
 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.
 



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