Uses of Interface
org.opengis.cs.CS_GeocentricCoordinateSystem

Packages that use CS_GeocentricCoordinateSystem
org.deegree_impl.model.cs   
 

Uses of CS_GeocentricCoordinateSystem in org.deegree_impl.model.cs
 

Classes in org.deegree_impl.model.cs that implement CS_GeocentricCoordinateSystem
private  class GeocentricCoordinateSystem.Export
          Wrap a LocalCoordinateSystem object for use with OpenGIS.
 

Methods in org.deegree_impl.model.cs that return CS_GeocentricCoordinateSystem
 CS_GeocentricCoordinateSystem Adapters.export(GeocentricCoordinateSystem cs)
          Returns an OpenGIS interface for a geocentric coordinate system.
 

Methods in org.deegree_impl.model.cs with parameters of type CS_GeocentricCoordinateSystem
 GeocentricCoordinateSystem Adapters.wrap(CS_GeocentricCoordinateSystem cs)
          Returns a geocentric coordinate system for an OpenGIS interface.