Uses of Interface
net.opengis.wps10.InputDescriptionType
-
Packages that use InputDescriptionType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util -
-
Uses of InputDescriptionType in net.opengis.wps10
Methods in net.opengis.wps10 that return InputDescriptionType Modifier and Type Method Description 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 Modifier and Type Class Description class
InputDescriptionTypeImpl
An implementation of the model object 'Input Description Type'.Methods in net.opengis.wps10.impl that return InputDescriptionType Modifier and Type Method Description InputDescriptionType
Wps10FactoryImpl. createInputDescriptionType()
-
Uses of InputDescriptionType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type InputDescriptionType Modifier and Type Method Description Object
Wps10Switch. caseInputDescriptionType(InputDescriptionType object)
Returns the result of interpreting the object as an instance of 'Input Description Type'.boolean
Wps10Validator. validateInputDescriptionType(InputDescriptionType inputDescriptionType, DiagnosticChain diagnostics, Map context)
-