Uses of Interface
net.opengis.wcs11.OutputType
Packages that use OutputType
Package
Description
-
Uses of OutputType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return OutputTypeModifier and TypeMethodDescriptionWcs111Factory.createOutputType()
Returns a new object of class 'Output Type'.Wcs11Factory.createOutputType()
Returns a new object of class 'Output Type'.GetCoverageType.getOutput()
Returns the value of the 'Output' containment reference.Methods in net.opengis.wcs11 with parameters of type OutputTypeModifier and TypeMethodDescriptionvoid
GetCoverageType.setOutput
(OutputType value) Sets the value of the 'Output
' containment reference. -
Uses of OutputType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement OutputTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Output Type'.Fields in net.opengis.wcs11.impl declared as OutputTypeModifier and TypeFieldDescriptionprotected OutputType
GetCoverageTypeImpl.output
The cached value of the 'Output
' containment reference.Methods in net.opengis.wcs11.impl that return OutputTypeModifier and TypeMethodDescriptionWcs111FactoryImpl.createOutputType()
Wcs11FactoryImpl.createOutputType()
GetCoverageTypeImpl.getOutput()
Methods in net.opengis.wcs11.impl with parameters of type OutputTypeModifier and TypeMethodDescriptionNotificationChain
GetCoverageTypeImpl.basicSetOutput
(OutputType newOutput, NotificationChain msgs) void
GetCoverageTypeImpl.setOutput
(OutputType newOutput) -
Uses of OutputType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type OutputTypeModifier and TypeMethodDescriptionWcs111Switch.caseOutputType
(OutputType object) Returns the result of interpreting the object as an instance of 'Output Type'.Wcs11Switch.caseOutputType
(OutputType object) Returns the result of interpreting the object as an instance of 'Output Type'.boolean
Wcs111Validator.validateOutputType
(OutputType outputType, DiagnosticChain diagnostics, Map context) boolean
Wcs11Validator.validateOutputType
(OutputType outputType, DiagnosticChain diagnostics, Map context) -
Uses of OutputType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type OutputTypeModifier and TypeMethodDescriptionboolean
GetCoverageTypeValidator.validateOutput
(OutputType value)