Uses of Interface
org.opengis.cs.CS_Projection

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

Uses of CS_Projection in org.deegree_impl.model.cs
 

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

Methods in org.deegree_impl.model.cs that return CS_Projection
 CS_Projection ProjectedCoordinateSystem.Export.getProjection()
          Gets the projection.
 CS_Projection CoordinateSystemFactory.Export.createProjection(java.lang.String name, java.lang.String wktProjectionClass, CS_ProjectionParameter[] parameters)
          Creates a projection.
 CS_Projection Adapters.export(Projection projection)
          Returns an OpenGIS interface for a projection.
 

Methods in org.deegree_impl.model.cs with parameters of type CS_Projection
 CS_ProjectedCoordinateSystem CoordinateSystemFactory.Export.createProjectedCoordinateSystem(java.lang.String name, CS_GeographicCoordinateSystem gcs, CS_Projection projection, CS_LinearUnit linearUnit, CS_AxisInfo axis0, CS_AxisInfo axis1)
          Creates a projected coordinate system using a projection object.
 Projection Adapters.wrap(CS_Projection projection)
          Returns a projection for an OpenGIS interface.
 

Uses of CS_Projection in org.opengis.cs
 

Methods in org.opengis.cs that return CS_Projection
 CS_Projection CS_ProjectedCoordinateSystem.getProjection()
          Gets the projection.
 CS_Projection CS_CoordinateSystemFactory.createProjection(java.lang.String name, java.lang.String wktProjectionClass, CS_ProjectionParameter[] parameters)
          Creates a projection.
 

Methods in org.opengis.cs with parameters of type CS_Projection
 CS_ProjectedCoordinateSystem CS_CoordinateSystemFactory.createProjectedCoordinateSystem(java.lang.String name, CS_GeographicCoordinateSystem gcs, CS_Projection projection, CS_LinearUnit linearUnit, CS_AxisInfo axis0, CS_AxisInfo axis1)
          Creates a projected coordinate system using a projection object.