Uses of Interface
net.opengis.wps10.OutputDefinitionType
-
Packages that use OutputDefinitionType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of OutputDefinitionType in net.opengis.wps10
Subinterfaces of OutputDefinitionType in net.opengis.wps10 Modifier and Type Interface Description interface
DocumentOutputDefinitionType
A representation of the model object 'Document Output Definition Type'.Methods in net.opengis.wps10 that return OutputDefinitionType Modifier and Type Method Description OutputDefinitionType
Wps10Factory. createOutputDefinitionType()
Returns a new object of class 'Output Definition Type'.OutputDefinitionType
ResponseFormType. getRawDataOutput()
Returns the value of the 'Raw Data Output' containment reference.Methods in net.opengis.wps10 with parameters of type OutputDefinitionType Modifier and Type Method Description void
ResponseFormType. setRawDataOutput(OutputDefinitionType value)
Sets the value of the 'Raw Data Output
' containment reference. -
Uses of OutputDefinitionType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement OutputDefinitionType Modifier and Type Class Description class
DocumentOutputDefinitionTypeImpl
An implementation of the model object 'Document Output Definition Type'.class
OutputDefinitionTypeImpl
An implementation of the model object 'Output Definition Type'.Fields in net.opengis.wps10.impl declared as OutputDefinitionType Modifier and Type Field Description protected OutputDefinitionType
ResponseFormTypeImpl. rawDataOutput
The cached value of the 'Raw Data Output
' containment reference.Methods in net.opengis.wps10.impl that return OutputDefinitionType Modifier and Type Method Description OutputDefinitionType
Wps10FactoryImpl. createOutputDefinitionType()
OutputDefinitionType
ResponseFormTypeImpl. getRawDataOutput()
Methods in net.opengis.wps10.impl with parameters of type OutputDefinitionType Modifier and Type Method Description NotificationChain
ResponseFormTypeImpl. basicSetRawDataOutput(OutputDefinitionType newRawDataOutput, NotificationChain msgs)
void
ResponseFormTypeImpl. setRawDataOutput(OutputDefinitionType newRawDataOutput)
-
Uses of OutputDefinitionType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type OutputDefinitionType Modifier and Type Method Description Object
Wps10Switch. caseOutputDefinitionType(OutputDefinitionType object)
Returns the result of interpreting the object as an instance of 'Output Definition Type'.boolean
Wps10Validator. validateOutputDefinitionType(OutputDefinitionType outputDefinitionType, DiagnosticChain diagnostics, Map context)
-
Uses of OutputDefinitionType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type OutputDefinitionType Modifier and Type Method Description boolean
ResponseFormTypeValidator. validateRawDataOutput(OutputDefinitionType value)
-