Uses of Interface
net.opengis.wcs11.OutputType

Packages that use OutputType
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
 OutputType Wcs111Factory.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
 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
 class OutputTypeImpl
          An implementation of the model object 'Output Type'.
 

Fields in net.opengis.wcs11.impl declared as OutputType
protected  OutputType GetCoverageTypeImpl.output
          The cached value of the 'Output' containment reference.
 

Methods in net.opengis.wcs11.impl that return OutputType
 OutputType Wcs111FactoryImpl.createOutputType()
           
 OutputType GetCoverageTypeImpl.getOutput()
           
 

Methods in net.opengis.wcs11.impl with parameters of type OutputType
 org.eclipse.emf.common.notify.NotificationChain GetCoverageTypeImpl.basicSetOutput(OutputType newOutput, org.eclipse.emf.common.notify.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
 java.lang.Object Wcs111Switch.caseOutputType(OutputType object)
          Returns the result of interpreting the object as an instance of 'Output Type'.
 boolean Wcs111Validator.validateOutputType(OutputType outputType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of OutputType in net.opengis.wcs11.validation
 

Methods in net.opengis.wcs11.validation with parameters of type OutputType
 boolean GetCoverageTypeValidator.validateOutput(OutputType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.