Uses of Interface
net.opengis.wps10.InputType
- 
Packages that use InputType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util 
- 
- 
Uses of InputType in net.opengis.wps10Methods in net.opengis.wps10 that return InputType Modifier and Type Method Description InputTypeWps10Factory. createInputType()Returns a new object of class 'Input Type'.
- 
Uses of InputType in net.opengis.wps10.implClasses in net.opengis.wps10.impl that implement InputType Modifier and Type Class Description classInputTypeImplAn implementation of the model object 'Input Type'.Methods in net.opengis.wps10.impl that return InputType Modifier and Type Method Description InputTypeWps10FactoryImpl. createInputType()
- 
Uses of InputType in net.opengis.wps10.utilMethods in net.opengis.wps10.util with parameters of type InputType Modifier and Type Method Description ObjectWps10Switch. caseInputType(InputType object)Returns the result of interpreting the object as an instance of 'Input Type'.booleanWps10Validator. validateInputType(InputType inputType, DiagnosticChain diagnostics, Map context)
 
-