Uses of Interface
net.opengis.wps10.ProcessOutputsType1
-
Packages that use ProcessOutputsType1 Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ProcessOutputsType1 in net.opengis.wps10
Methods in net.opengis.wps10 that return ProcessOutputsType1 Modifier and Type Method Description ProcessOutputsType1
Wps10Factory. createProcessOutputsType1()
Returns a new object of class 'Process Outputs Type1'.ProcessOutputsType1
ExecuteResponseType. getProcessOutputs()
Returns the value of the 'Process Outputs' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessOutputsType1 Modifier and Type Method Description void
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 ProcessOutputsType1 Modifier and Type Class Description class
ProcessOutputsType1Impl
An implementation of the model object 'Process Outputs Type1'.Fields in net.opengis.wps10.impl declared as ProcessOutputsType1 Modifier and Type Field Description protected ProcessOutputsType1
ExecuteResponseTypeImpl. processOutputs
The cached value of the 'Process Outputs
' containment reference.Methods in net.opengis.wps10.impl that return ProcessOutputsType1 Modifier and Type Method Description ProcessOutputsType1
Wps10FactoryImpl. createProcessOutputsType1()
ProcessOutputsType1
ExecuteResponseTypeImpl. getProcessOutputs()
Methods in net.opengis.wps10.impl with parameters of type ProcessOutputsType1 Modifier and Type Method Description NotificationChain
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 ProcessOutputsType1 Modifier and Type Method Description Object
Wps10Switch. 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 ProcessOutputsType1 Modifier and Type Method Description boolean
ExecuteResponseTypeValidator. validateProcessOutputs(ProcessOutputsType1 value)
-