Uses of Interface
net.opengis.wcs20.CoverageOfferingsType
-
Packages that use CoverageOfferingsType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of CoverageOfferingsType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return CoverageOfferingsType Modifier and Type Method Description CoverageOfferingsType
Wcs20Factory. createCoverageOfferingsType()
Returns a new object of class 'Coverage Offerings Type'.CoverageOfferingsType
DocumentRoot. getCoverageOfferings()
Returns the value of the 'Coverage Offerings' containment reference.Methods in net.opengis.wcs20 with parameters of type CoverageOfferingsType Modifier and Type Method Description void
DocumentRoot. setCoverageOfferings(CoverageOfferingsType value)
Sets the value of the 'Coverage Offerings
' containment reference. -
Uses of CoverageOfferingsType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement CoverageOfferingsType Modifier and Type Class Description class
CoverageOfferingsTypeImpl
An implementation of the model object 'Coverage Offerings Type'.Methods in net.opengis.wcs20.impl that return CoverageOfferingsType Modifier and Type Method Description CoverageOfferingsType
Wcs20FactoryImpl. createCoverageOfferingsType()
CoverageOfferingsType
DocumentRootImpl. getCoverageOfferings()
Methods in net.opengis.wcs20.impl with parameters of type CoverageOfferingsType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCoverageOfferings(CoverageOfferingsType newCoverageOfferings, NotificationChain msgs)
void
DocumentRootImpl. setCoverageOfferings(CoverageOfferingsType newCoverageOfferings)
-
Uses of CoverageOfferingsType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type CoverageOfferingsType Modifier and Type Method Description boolean
Wcs20Validator. validateCoverageOfferingsType(CoverageOfferingsType coverageOfferingsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-