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 interfaceDocumentOutputDefinitionTypeA representation of the model object 'Document Output Definition Type'.Methods in net.opengis.wps10 that return OutputDefinitionType Modifier and Type Method Description OutputDefinitionTypeWps10Factory. createOutputDefinitionType()Returns a new object of class 'Output Definition Type'.OutputDefinitionTypeResponseFormType. 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 voidResponseFormType. 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 classDocumentOutputDefinitionTypeImplAn implementation of the model object 'Document Output Definition Type'.classOutputDefinitionTypeImplAn implementation of the model object 'Output Definition Type'.Fields in net.opengis.wps10.impl declared as OutputDefinitionType Modifier and Type Field Description protected OutputDefinitionTypeResponseFormTypeImpl. rawDataOutputThe cached value of the 'Raw Data Output' containment reference.Methods in net.opengis.wps10.impl that return OutputDefinitionType Modifier and Type Method Description OutputDefinitionTypeWps10FactoryImpl. createOutputDefinitionType()OutputDefinitionTypeResponseFormTypeImpl. getRawDataOutput()Methods in net.opengis.wps10.impl with parameters of type OutputDefinitionType Modifier and Type Method Description NotificationChainResponseFormTypeImpl. 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 OutputDefinitionType Modifier and Type Method Description ObjectWps10Switch. 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 OutputDefinitionType Modifier and Type Method Description booleanResponseFormTypeValidator. validateRawDataOutput(OutputDefinitionType value)
-