Uses of Interface
net.opengis.wcs11.CoveragesType
- 
Packages that use CoveragesType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation 
- 
- 
Uses of CoveragesType in net.opengis.wcs11Methods in net.opengis.wcs11 that return CoveragesType Modifier and Type Method Description CoveragesTypeWcs111Factory. createCoveragesType()Returns a new object of class 'Coverages Type'.CoveragesTypeWcs11Factory. createCoveragesType()Returns a new object of class 'Coverages Type'.CoveragesTypeDocumentRoot. getCoverages()Returns the value of the 'Coverages' containment reference.Methods in net.opengis.wcs11 with parameters of type CoveragesType Modifier and Type Method Description voidDocumentRoot. setCoverages(CoveragesType value)Sets the value of the 'Coverages' containment reference.
- 
Uses of CoveragesType in net.opengis.wcs11.implClasses in net.opengis.wcs11.impl that implement CoveragesType Modifier and Type Class Description classCoveragesTypeImplAn implementation of the model object 'Coverages Type'.Methods in net.opengis.wcs11.impl that return CoveragesType Modifier and Type Method Description CoveragesTypeWcs111FactoryImpl. createCoveragesType()CoveragesTypeWcs11FactoryImpl. createCoveragesType()CoveragesTypeDocumentRootImpl. getCoverages()Methods in net.opengis.wcs11.impl with parameters of type CoveragesType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCoverages(CoveragesType newCoverages, NotificationChain msgs)voidDocumentRootImpl. setCoverages(CoveragesType newCoverages)
- 
Uses of CoveragesType in net.opengis.wcs11.utilMethods in net.opengis.wcs11.util with parameters of type CoveragesType Modifier and Type Method Description ObjectWcs111Switch. caseCoveragesType(CoveragesType object)Returns the result of interpreting the object as an instance of 'Coverages Type'.ObjectWcs11Switch. caseCoveragesType(CoveragesType object)Returns the result of interpreting the object as an instance of 'Coverages Type'.booleanWcs111Validator. validateCoveragesType(CoveragesType coveragesType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. validateCoveragesType(CoveragesType coveragesType, DiagnosticChain diagnostics, Map context)
- 
Uses of CoveragesType in net.opengis.wcs11.validationMethods in net.opengis.wcs11.validation with parameters of type CoveragesType Modifier and Type Method Description booleanDocumentRootValidator. validateCoverages(CoveragesType value)
 
-