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.
 GeographicCRS ProjectedCRS.getBaseCRS()
          Returns the base coordinate reference system, which must be geographic.
 

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.
 



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