Uses of Interface
org.opengis.gc.GC_ParameterInfo

Packages that use GC_ParameterInfo
org.deegree_impl.model.gc   
org.deegree_impl.model.gp   
org.opengis.gc   
org.opengis.gp   
 

Uses of GC_ParameterInfo in org.deegree_impl.model.gc
 

Classes in org.deegree_impl.model.gc that implement GC_ParameterInfo
(package private)  class GC_ParameterInfo_Impl
          Provides information for the parameters required for grid coverage processing operations and grid exchange.
 

Fields in org.deegree_impl.model.gc declared as GC_ParameterInfo
private  GC_ParameterInfo GC_Format_Impl.parameterInfo
           
 

Methods in org.deegree_impl.model.gc that return GC_ParameterInfo
 GC_ParameterInfo GC_Format_Impl.getParameterInfo(int index)
          Retrieve the parameter information for a given index.
 

Constructors in org.deegree_impl.model.gc with parameters of type GC_ParameterInfo
GC_Format_Impl(java.lang.String description, java.lang.String docURL, java.lang.String name, int numParameters, GC_ParameterInfo parameterInfo, java.lang.String vendor, java.lang.String version)
           
 

Uses of GC_ParameterInfo in org.deegree_impl.model.gp
 

Methods in org.deegree_impl.model.gp that return GC_ParameterInfo
 GC_ParameterInfo GP_Operation_Impl.getParameterInfo(int index)
          Retrieve the parameter information for a given index.
 

Uses of GC_ParameterInfo in org.opengis.gc
 

Methods in org.opengis.gc that return GC_ParameterInfo
 GC_ParameterInfo GC_Format.getParameterInfo(int index)
          Retrieve the parameter information for a given index.
 

Uses of GC_ParameterInfo in org.opengis.gp
 

Methods in org.opengis.gp that return GC_ParameterInfo
 GC_ParameterInfo GP_Operation.getParameterInfo(int index)
          Retrieve the parameter information for a given index.