Uses of Interface
net.opengis.wps10.ProcessOutputsType1
Packages that use ProcessOutputsType1
Package
Description
-
Uses of ProcessOutputsType1 in net.opengis.wps10
Methods in net.opengis.wps10 that return ProcessOutputsType1Modifier and TypeMethodDescriptionWps10Factory.createProcessOutputsType1()
Returns a new object of class 'Process Outputs Type1'.ExecuteResponseType.getProcessOutputs()
Returns the value of the 'Process Outputs' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessOutputsType1Modifier and TypeMethodDescriptionvoid
ExecuteResponseType.setProcessOutputs
(ProcessOutputsType1 value) Sets the value of the 'Process Outputs
' containment reference. -
Uses of ProcessOutputsType1 in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ProcessOutputsType1Modifier and TypeClassDescriptionclass
An implementation of the model object 'Process Outputs Type1'.Fields in net.opengis.wps10.impl declared as ProcessOutputsType1Modifier and TypeFieldDescriptionprotected ProcessOutputsType1
ExecuteResponseTypeImpl.processOutputs
The cached value of the 'Process Outputs
' containment reference.Methods in net.opengis.wps10.impl that return ProcessOutputsType1Modifier and TypeMethodDescriptionWps10FactoryImpl.createProcessOutputsType1()
ExecuteResponseTypeImpl.getProcessOutputs()
Methods in net.opengis.wps10.impl with parameters of type ProcessOutputsType1Modifier and TypeMethodDescriptionNotificationChain
ExecuteResponseTypeImpl.basicSetProcessOutputs
(ProcessOutputsType1 newProcessOutputs, NotificationChain msgs) void
ExecuteResponseTypeImpl.setProcessOutputs
(ProcessOutputsType1 newProcessOutputs) -
Uses of ProcessOutputsType1 in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ProcessOutputsType1Modifier and TypeMethodDescriptionWps10Switch.caseProcessOutputsType1
(ProcessOutputsType1 object) Returns the result of interpreting the object as an instance of 'Process Outputs Type1'.boolean
Wps10Validator.validateProcessOutputsType1
(ProcessOutputsType1 processOutputsType1, DiagnosticChain diagnostics, Map context) -
Uses of ProcessOutputsType1 in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ProcessOutputsType1Modifier and TypeMethodDescriptionboolean
ExecuteResponseTypeValidator.validateProcessOutputs
(ProcessOutputsType1 value)