Uses of Interface
net.opengis.wcs10.OutputType
-
Packages that use OutputType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of OutputType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return OutputType Modifier and Type Method Description OutputTypeWcs10Factory. createOutputType()Returns a new object of class 'Output Type'.OutputTypeGetCoverageType. getOutput()Returns the value of the 'Output' containment reference.Methods in net.opengis.wcs10 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.wcs10.impl
Classes in net.opengis.wcs10.impl that implement OutputType Modifier and Type Class Description classOutputTypeImplAn implementation of the model object 'Output Type'.Fields in net.opengis.wcs10.impl declared as OutputType Modifier and Type Field Description protected OutputTypeGetCoverageTypeImpl. outputThe cached value of the 'Output' containment reference.Methods in net.opengis.wcs10.impl that return OutputType Modifier and Type Method Description OutputTypeWcs10FactoryImpl. createOutputType()OutputTypeGetCoverageTypeImpl. getOutput()Methods in net.opengis.wcs10.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.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type OutputType Modifier and Type Method Description ObjectWcs10Switch. 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 OutputType Modifier and Type Method Description booleanGetCoverageTypeValidator. validateOutput(OutputType value)
-