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.wcs20
Methods in net.opengis.wcs20 that return OfferedCoverageType Modifier and Type Method Description OfferedCoverageType
Wcs20Factory. createOfferedCoverageType()
Returns a new object of class 'Offered Coverage Type'.OfferedCoverageType
DocumentRoot. 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 void
DocumentRoot. setOfferedCoverage(OfferedCoverageType value)
Sets the value of the 'Offered Coverage
' containment reference. -
Uses of OfferedCoverageType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement OfferedCoverageType Modifier and Type Class Description class
OfferedCoverageTypeImpl
An 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. offeredCoverage
The cached value of the 'Offered Coverage
' containment reference list.Methods in net.opengis.wcs20.impl that return OfferedCoverageType Modifier and Type Method Description OfferedCoverageType
Wcs20FactoryImpl. createOfferedCoverageType()
OfferedCoverageType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetOfferedCoverage(OfferedCoverageType newOfferedCoverage, NotificationChain msgs)
void
DocumentRootImpl. setOfferedCoverage(OfferedCoverageType newOfferedCoverage)
-
Uses of OfferedCoverageType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type OfferedCoverageType Modifier and Type Method Description boolean
Wcs20Validator. validateOfferedCoverageType(OfferedCoverageType offeredCoverageType, DiagnosticChain diagnostics, Map<Object,Object> context)
-