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.wcs11
Methods in net.opengis.wcs11 that return OutputType Modifier and Type Method Description OutputType
Wcs111Factory. createOutputType()
Returns a new object of class 'Output Type'.OutputType
Wcs11Factory. createOutputType()
Returns a new object of class 'Output Type'.OutputType
GetCoverageType. getOutput()
Returns the value of the 'Output' containment reference.Methods in net.opengis.wcs11 with parameters of type OutputType Modifier and Type Method Description void
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 OutputType Modifier and Type Class Description class
OutputTypeImpl
An implementation of the model object 'Output Type'.Fields in net.opengis.wcs11.impl declared as OutputType Modifier and Type Field Description protected OutputType
GetCoverageTypeImpl. output
The cached value of the 'Output
' containment reference.Methods in net.opengis.wcs11.impl that return OutputType Modifier and Type Method Description OutputType
Wcs111FactoryImpl. createOutputType()
OutputType
Wcs11FactoryImpl. createOutputType()
OutputType
GetCoverageTypeImpl. getOutput()
Methods in net.opengis.wcs11.impl with parameters of type OutputType Modifier and Type Method Description NotificationChain
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 OutputType Modifier and Type Method Description Object
Wcs111Switch. caseOutputType(OutputType object)
Returns the result of interpreting the object as an instance of 'Output Type'.Object
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 OutputType Modifier and Type Method Description boolean
GetCoverageTypeValidator. validateOutput(OutputType value)
-