Uses of Class
org.deegree_impl.model.cs.CompoundCoordinateSystem

Packages that use CompoundCoordinateSystem
org.deegree_impl.model.cs   
org.deegree_impl.model.ct   
 

Uses of CompoundCoordinateSystem in org.deegree_impl.model.cs
 

Fields in org.deegree_impl.model.cs declared as CompoundCoordinateSystem
static CompoundCoordinateSystem CompoundCoordinateSystem.WGS84
          A default three-dimensional coordinate system for use with geographic coordinates with heights above the ellipsoid.
 

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

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

Uses of CompoundCoordinateSystem in org.deegree_impl.model.ct
 

Methods in org.deegree_impl.model.ct with parameters of type CompoundCoordinateSystem
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(CompoundCoordinateSystem sourceCS, GeocentricCoordinateSystem targetCS)
          Creates a transformation between a compound and a geocentric coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(CompoundCoordinateSystem sourceCS, CompoundCoordinateSystem targetCS)
          Creates a transformation between two compound coordinate systems.