Uses of Interface
org.opengis.cs.CS_FittedCoordinateSystem

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

Uses of CS_FittedCoordinateSystem in org.deegree_impl.model.cs
 

Methods in org.deegree_impl.model.cs that return CS_FittedCoordinateSystem
 CS_FittedCoordinateSystem CoordinateSystemFactory.Export.createFittedCoordinateSystem(java.lang.String name, CS_CoordinateSystem base, java.lang.String toBaseWKT, CS_AxisInfo[] arAxes)
          Creates a fitted coordinate system.
 

Uses of CS_FittedCoordinateSystem in org.opengis.cs
 

Methods in org.opengis.cs that return CS_FittedCoordinateSystem
 CS_FittedCoordinateSystem CS_CoordinateSystemFactory.createFittedCoordinateSystem(java.lang.String name, CS_CoordinateSystem base, java.lang.String toBaseWKT, CS_AxisInfo[] arAxes)
          Creates a fitted coordinate system.