Uses of Class
org.opengis.ct.CT_Parameter

Packages that use CT_Parameter
org.deegree_impl.model.ct   
org.opengis.ct   
 

Uses of CT_Parameter in org.deegree_impl.model.ct
 

Methods in org.deegree_impl.model.ct with parameters of type CT_Parameter
 CT_MathTransform MathTransformFactory.Export.createParameterizedTransform(java.lang.String classification, CT_Parameter[] parameters)
          Creates a transform from a classification name and parameters.
 ParameterList Adapters.wrap(CT_Parameter[] parameters)
          Returns a parameter list for an array of OpenGIS structure.
 

Uses of CT_Parameter in org.opengis.ct
 

Methods in org.opengis.ct with parameters of type CT_Parameter
 CT_MathTransform CT_MathTransformFactory.createParameterizedTransform(java.lang.String classification, CT_Parameter[] parameters)
          Creates a transform from a classification name and parameters.