Uses of Interface
net.opengis.wps10.InputDescriptionType

Packages that use InputDescriptionType
net.opengis.wps10   
net.opengis.wps10.impl   
net.opengis.wps10.util   
org.geotools.data.wps package with WPS specs and utils. 
 

Uses of InputDescriptionType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return InputDescriptionType
 InputDescriptionType Wps10Factory.createInputDescriptionType()
          Returns a new object of class 'Input Description Type'.
 

Uses of InputDescriptionType in net.opengis.wps10.impl
 

Classes in net.opengis.wps10.impl that implement InputDescriptionType
 class InputDescriptionTypeImpl
          An implementation of the model object 'Input Description Type'.
 

Methods in net.opengis.wps10.impl that return InputDescriptionType
 InputDescriptionType Wps10FactoryImpl.createInputDescriptionType()
           
 

Uses of InputDescriptionType in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type InputDescriptionType
 java.lang.Object Wps10Switch.caseInputDescriptionType(InputDescriptionType object)
          Returns the result of interpreting the object as an instance of 'Input Description Type'.
 boolean Wps10Validator.validateInputDescriptionType(InputDescriptionType inputDescriptionType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of InputDescriptionType in org.geotools.data.wps
 

Methods in org.geotools.data.wps with parameters of type InputDescriptionType
static DataType WPSUtils.createInputDataType(java.lang.Object obj, InputDescriptionType idt)
          Creates a DataType input object from the given object and InputDescriptionType (from a describeprocess) and decides if the input is a literal or complex data based on its type.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.