Uses of Interface
net.opengis.wps10.OutputDefinitionType
Packages that use OutputDefinitionType
Package
Description
-
Uses of OutputDefinitionType in net.opengis.wps10
Subinterfaces of OutputDefinitionType in net.opengis.wps10Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Document Output Definition Type'.Methods in net.opengis.wps10 that return OutputDefinitionTypeModifier and TypeMethodDescriptionWps10Factory.createOutputDefinitionType()
Returns a new object of class 'Output Definition Type'.ResponseFormType.getRawDataOutput()
Returns the value of the 'Raw Data Output' containment reference.Methods in net.opengis.wps10 with parameters of type OutputDefinitionTypeModifier and TypeMethodDescriptionvoid
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 OutputDefinitionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Document Output Definition Type'.class
An implementation of the model object 'Output Definition Type'.Fields in net.opengis.wps10.impl declared as OutputDefinitionTypeModifier and TypeFieldDescriptionprotected OutputDefinitionType
ResponseFormTypeImpl.rawDataOutput
The cached value of the 'Raw Data Output
' containment reference.Methods in net.opengis.wps10.impl that return OutputDefinitionTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createOutputDefinitionType()
ResponseFormTypeImpl.getRawDataOutput()
Methods in net.opengis.wps10.impl with parameters of type OutputDefinitionTypeModifier and TypeMethodDescriptionNotificationChain
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 OutputDefinitionTypeModifier and TypeMethodDescriptionWps10Switch.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 OutputDefinitionTypeModifier and TypeMethodDescriptionboolean
ResponseFormTypeValidator.validateRawDataOutput
(OutputDefinitionType value)