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.wps10
Methods in net.opengis.wps10 that return InputType Modifier and Type Method Description InputType
Wps10Factory. createInputType()
Returns a new object of class 'Input Type'. -
Uses of InputType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement InputType Modifier and Type Class Description class
InputTypeImpl
An implementation of the model object 'Input Type'.Methods in net.opengis.wps10.impl that return InputType Modifier and Type Method Description InputType
Wps10FactoryImpl. createInputType()
-
Uses of InputType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type InputType Modifier and Type Method Description Object
Wps10Switch. caseInputType(InputType object)
Returns the result of interpreting the object as an instance of 'Input Type'.boolean
Wps10Validator. validateInputType(InputType inputType, DiagnosticChain diagnostics, Map context)
-