Uses of Interface
net.opengis.wcs10.OutputType
Packages that use OutputType
Package
Description
-
Uses of OutputType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return OutputTypeModifier and TypeMethodDescriptionWcs10Factory.createOutputType()
Returns a new object of class 'Output Type'.GetCoverageType.getOutput()
Returns the value of the 'Output' containment reference.Methods in net.opengis.wcs10 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.wcs10.impl
Classes in net.opengis.wcs10.impl that implement OutputTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Output Type'.Fields in net.opengis.wcs10.impl declared as OutputTypeModifier and TypeFieldDescriptionprotected OutputType
GetCoverageTypeImpl.output
The cached value of the 'Output
' containment reference.Methods in net.opengis.wcs10.impl that return OutputTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createOutputType()
GetCoverageTypeImpl.getOutput()
Methods in net.opengis.wcs10.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.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type OutputTypeModifier and TypeMethodDescriptionWcs10Switch.caseOutputType
(OutputType object) Returns the result of interpreting the object as an instance of 'Output Type'. -
Uses of OutputType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type OutputTypeModifier and TypeMethodDescriptionboolean
GetCoverageTypeValidator.validateOutput
(OutputType value)