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 CoverageOfferingsTypeWcs20Factory. createCoverageOfferingsType()Returns a new object of class 'Coverage Offerings Type'.CoverageOfferingsTypeDocumentRoot. 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 voidDocumentRoot. 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 classCoverageOfferingsTypeImplAn implementation of the model object 'Coverage Offerings Type'.Methods in net.opengis.wcs20.impl that return CoverageOfferingsType Modifier and Type Method Description CoverageOfferingsTypeWcs20FactoryImpl. createCoverageOfferingsType()CoverageOfferingsTypeDocumentRootImpl. getCoverageOfferings()Methods in net.opengis.wcs20.impl with parameters of type CoverageOfferingsType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCoverageOfferings(CoverageOfferingsType newCoverageOfferings, NotificationChain msgs)voidDocumentRootImpl. 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 booleanWcs20Validator. validateCoverageOfferingsType(CoverageOfferingsType coverageOfferingsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-