Uses of Interface
org.opengis.cs.CS_CompoundCoordinateSystem

Packages that use CS_CompoundCoordinateSystem
org.deegree_impl.model.cs   
org.opengis.cs   
 

Uses of CS_CompoundCoordinateSystem in org.deegree_impl.model.cs
 

Classes in org.deegree_impl.model.cs that implement CS_CompoundCoordinateSystem
private  class CompoundCoordinateSystem.Export
          Wrap a CompoundCoordinateSystem object for use with OpenGIS.
 

Methods in org.deegree_impl.model.cs that return CS_CompoundCoordinateSystem
 CS_CompoundCoordinateSystem CoordinateSystemFactory.Export.createCompoundCoordinateSystem(java.lang.String name, CS_CoordinateSystem head, CS_CoordinateSystem tail)
          Creates a compound coordinate system.
 CS_CompoundCoordinateSystem Adapters.export(CompoundCoordinateSystem cs)
          Returns an OpenGIS interface for a compound coordinate system.
 

Methods in org.deegree_impl.model.cs with parameters of type CS_CompoundCoordinateSystem
 CompoundCoordinateSystem Adapters.wrap(CS_CompoundCoordinateSystem cs)
          Returns a compound coordinate system for an OpenGIS interface.
 

Uses of CS_CompoundCoordinateSystem in org.opengis.cs
 

Methods in org.opengis.cs that return CS_CompoundCoordinateSystem
 CS_CompoundCoordinateSystem CS_CoordinateSystemFactory.createCompoundCoordinateSystem(java.lang.String name, CS_CoordinateSystem head, CS_CoordinateSystem tail)
          Creates a compound coordinate system.
 CS_CompoundCoordinateSystem CS_CoordinateSystemAuthorityFactory.createCompoundCoordinateSystem(java.lang.String code)
          Creates a 3D coordinate system from a code.