Uses of Interface
net.opengis.wps10.OutputDefinitionsType
-
Packages that use OutputDefinitionsType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of OutputDefinitionsType in net.opengis.wps10
Methods in net.opengis.wps10 that return OutputDefinitionsType Modifier and Type Method Description OutputDefinitionsTypeWps10Factory. createOutputDefinitionsType()Returns a new object of class 'Output Definitions Type'.OutputDefinitionsTypeExecuteResponseType. getOutputDefinitions()Returns the value of the 'Output Definitions' containment reference.Methods in net.opengis.wps10 with parameters of type OutputDefinitionsType Modifier and Type Method Description voidExecuteResponseType. setOutputDefinitions(OutputDefinitionsType value)Sets the value of the 'Output Definitions' containment reference. -
Uses of OutputDefinitionsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement OutputDefinitionsType Modifier and Type Class Description classOutputDefinitionsTypeImplAn implementation of the model object 'Output Definitions Type'.Fields in net.opengis.wps10.impl declared as OutputDefinitionsType Modifier and Type Field Description protected OutputDefinitionsTypeExecuteResponseTypeImpl. outputDefinitionsThe cached value of the 'Output Definitions' containment reference.Methods in net.opengis.wps10.impl that return OutputDefinitionsType Modifier and Type Method Description OutputDefinitionsTypeWps10FactoryImpl. createOutputDefinitionsType()OutputDefinitionsTypeExecuteResponseTypeImpl. getOutputDefinitions()Methods in net.opengis.wps10.impl with parameters of type OutputDefinitionsType Modifier and Type Method Description NotificationChainExecuteResponseTypeImpl. basicSetOutputDefinitions(OutputDefinitionsType newOutputDefinitions, NotificationChain msgs)voidExecuteResponseTypeImpl. setOutputDefinitions(OutputDefinitionsType newOutputDefinitions) -
Uses of OutputDefinitionsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type OutputDefinitionsType Modifier and Type Method Description ObjectWps10Switch. caseOutputDefinitionsType(OutputDefinitionsType object)Returns the result of interpreting the object as an instance of 'Output Definitions Type'.booleanWps10Validator. validateOutputDefinitionsType(OutputDefinitionsType outputDefinitionsType, DiagnosticChain diagnostics, Map context) -
Uses of OutputDefinitionsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type OutputDefinitionsType Modifier and Type Method Description booleanExecuteResponseTypeValidator. validateOutputDefinitions(OutputDefinitionsType value)
-