Uses of Interface
net.opengis.wcs11.OutputType
- 
Packages that use OutputType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation 
- 
- 
Uses of OutputType in net.opengis.wcs11Methods in net.opengis.wcs11 that return OutputType Modifier and Type Method Description OutputTypeWcs111Factory. createOutputType()Returns a new object of class 'Output Type'.OutputTypeWcs11Factory. createOutputType()Returns a new object of class 'Output Type'.OutputTypeGetCoverageType. getOutput()Returns the value of the 'Output' containment reference.Methods in net.opengis.wcs11 with parameters of type OutputType Modifier and Type Method Description voidGetCoverageType. setOutput(OutputType value)Sets the value of the 'Output' containment reference.
- 
Uses of OutputType in net.opengis.wcs11.implClasses in net.opengis.wcs11.impl that implement OutputType Modifier and Type Class Description classOutputTypeImplAn implementation of the model object 'Output Type'.Fields in net.opengis.wcs11.impl declared as OutputType Modifier and Type Field Description protected OutputTypeGetCoverageTypeImpl. outputThe cached value of the 'Output' containment reference.Methods in net.opengis.wcs11.impl that return OutputType Modifier and Type Method Description OutputTypeWcs111FactoryImpl. createOutputType()OutputTypeWcs11FactoryImpl. createOutputType()OutputTypeGetCoverageTypeImpl. getOutput()Methods in net.opengis.wcs11.impl with parameters of type OutputType Modifier and Type Method Description NotificationChainGetCoverageTypeImpl. basicSetOutput(OutputType newOutput, NotificationChain msgs)voidGetCoverageTypeImpl. setOutput(OutputType newOutput)
- 
Uses of OutputType in net.opengis.wcs11.utilMethods in net.opengis.wcs11.util with parameters of type OutputType Modifier and Type Method Description ObjectWcs111Switch. caseOutputType(OutputType object)Returns the result of interpreting the object as an instance of 'Output Type'.ObjectWcs11Switch. caseOutputType(OutputType object)Returns the result of interpreting the object as an instance of 'Output Type'.booleanWcs111Validator. validateOutputType(OutputType outputType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. validateOutputType(OutputType outputType, DiagnosticChain diagnostics, Map context)
- 
Uses of OutputType in net.opengis.wcs11.validationMethods in net.opengis.wcs11.validation with parameters of type OutputType Modifier and Type Method Description booleanGetCoverageTypeValidator. validateOutput(OutputType value)
 
-