Uses of Interface
org.opengis.referencing.cs.SphericalCS

Packages that use SphericalCS
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.cs Coordinate systems and their axis
 

Uses of SphericalCS in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs with parameters of type SphericalCS
 GeocentricCRS CRSFactory.createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)
          Creates a geocentric coordinate reference system from a spherical coordinate system.
 

Uses of SphericalCS in org.opengis.referencing.cs
 

Methods in org.opengis.referencing.cs that return SphericalCS
 SphericalCS CSFactory.createSphericalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a spherical coordinate system from the given set of axis.
 SphericalCS CSAuthorityFactory.createSphericalCS(String code)
          Creates a spherical coordinate system from a code.
 



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