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 TypeInterfaceDescriptioninterfaceA 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 TypeMethodDescriptionvoidResponseFormType.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 TypeClassDescriptionclassAn implementation of the model object 'Document Output Definition Type'.classAn implementation of the model object 'Output Definition Type'.Fields in net.opengis.wps10.impl declared as OutputDefinitionTypeModifier and TypeFieldDescriptionprotected OutputDefinitionTypeResponseFormTypeImpl.rawDataOutputThe 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 TypeMethodDescriptionNotificationChainResponseFormTypeImpl.basicSetRawDataOutput(OutputDefinitionType newRawDataOutput, NotificationChain msgs) voidResponseFormTypeImpl.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'.booleanWps10Validator.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 TypeMethodDescriptionbooleanResponseFormTypeValidator.validateRawDataOutput(OutputDefinitionType value)