Uses of Class
org.opengis.cs.CS_ProjectionParameter

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

Uses of CS_ProjectionParameter in org.deegree_impl.model.cs
 

Fields in org.deegree_impl.model.cs declared as CS_ProjectionParameter
private  CS_ProjectionParameter[] Projection.Export.parameters
          The set of parameters.
 

Methods in org.deegree_impl.model.cs that return CS_ProjectionParameter
 CS_ProjectionParameter Projection.Export.getParameter(int index)
          Gets an indexed parameter of the projection.
private  CS_ProjectionParameter[] Projection.Export.getParameters()
          Returns the set of parameters.
 

Methods in org.deegree_impl.model.cs with parameters of type CS_ProjectionParameter
 CS_Projection CoordinateSystemFactory.Export.createProjection(java.lang.String name, java.lang.String wktProjectionClass, CS_ProjectionParameter[] parameters)
          Creates a projection.
 ParameterList Adapters.wrap(CS_ProjectionParameter[] parameters)
          Returns a parameter list for an array of OpenGIS structures.
 

Uses of CS_ProjectionParameter in org.opengis.cs
 

Methods in org.opengis.cs that return CS_ProjectionParameter
 CS_ProjectionParameter CS_Projection.getParameter(int index)
          Gets an indexed parameter of the projection.
 

Methods in org.opengis.cs with parameters of type CS_ProjectionParameter
 CS_Projection CS_CoordinateSystemFactory.createProjection(java.lang.String name, java.lang.String wktProjectionClass, CS_ProjectionParameter[] parameters)
          Creates a projection.