Uses of Interface
net.opengis.wcs20.OfferedCoverageType
- 
Packages that use OfferedCoverageType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util 
- 
- 
Uses of OfferedCoverageType in net.opengis.wcs20Methods in net.opengis.wcs20 that return OfferedCoverageType Modifier and Type Method Description OfferedCoverageTypeWcs20Factory. createOfferedCoverageType()Returns a new object of class 'Offered Coverage Type'.OfferedCoverageTypeDocumentRoot. getOfferedCoverage()Returns the value of the 'Offered Coverage' containment reference.Methods in net.opengis.wcs20 that return types with arguments of type OfferedCoverageType Modifier and Type Method Description EList<OfferedCoverageType>CoverageOfferingsType. getOfferedCoverage()Returns the value of the 'Offered Coverage' containment reference list.Methods in net.opengis.wcs20 with parameters of type OfferedCoverageType Modifier and Type Method Description voidDocumentRoot. setOfferedCoverage(OfferedCoverageType value)Sets the value of the 'Offered Coverage' containment reference.
- 
Uses of OfferedCoverageType in net.opengis.wcs20.implClasses in net.opengis.wcs20.impl that implement OfferedCoverageType Modifier and Type Class Description classOfferedCoverageTypeImplAn implementation of the model object 'Offered Coverage Type'.Fields in net.opengis.wcs20.impl with type parameters of type OfferedCoverageType Modifier and Type Field Description protected EList<OfferedCoverageType>CoverageOfferingsTypeImpl. offeredCoverageThe cached value of the 'Offered Coverage' containment reference list.Methods in net.opengis.wcs20.impl that return OfferedCoverageType Modifier and Type Method Description OfferedCoverageTypeWcs20FactoryImpl. createOfferedCoverageType()OfferedCoverageTypeDocumentRootImpl. getOfferedCoverage()Methods in net.opengis.wcs20.impl that return types with arguments of type OfferedCoverageType Modifier and Type Method Description EList<OfferedCoverageType>CoverageOfferingsTypeImpl. getOfferedCoverage()Methods in net.opengis.wcs20.impl with parameters of type OfferedCoverageType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetOfferedCoverage(OfferedCoverageType newOfferedCoverage, NotificationChain msgs)voidDocumentRootImpl. setOfferedCoverage(OfferedCoverageType newOfferedCoverage)
- 
Uses of OfferedCoverageType in net.opengis.wcs20.utilMethods in net.opengis.wcs20.util with parameters of type OfferedCoverageType Modifier and Type Method Description booleanWcs20Validator. validateOfferedCoverageType(OfferedCoverageType offeredCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-