Uses of Interface
net.opengis.wcs10.CoverageOfferingType
-
Packages that use CoverageOfferingType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of CoverageOfferingType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return CoverageOfferingType Modifier and Type Method Description CoverageOfferingTypeWcs10Factory. createCoverageOfferingType()Returns a new object of class 'Coverage Offering Type'.CoverageOfferingTypeDocumentRoot. getCoverageOffering()Returns the value of the 'Coverage Offering' containment reference.Methods in net.opengis.wcs10 with parameters of type CoverageOfferingType Modifier and Type Method Description voidDocumentRoot. setCoverageOffering(CoverageOfferingType value)Sets the value of the 'Coverage Offering' containment reference. -
Uses of CoverageOfferingType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement CoverageOfferingType Modifier and Type Class Description classCoverageOfferingTypeImplAn implementation of the model object 'Coverage Offering Type'.Methods in net.opengis.wcs10.impl that return CoverageOfferingType Modifier and Type Method Description CoverageOfferingTypeWcs10FactoryImpl. createCoverageOfferingType()CoverageOfferingTypeDocumentRootImpl. getCoverageOffering()Methods in net.opengis.wcs10.impl with parameters of type CoverageOfferingType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCoverageOffering(CoverageOfferingType newCoverageOffering, NotificationChain msgs)voidDocumentRootImpl. setCoverageOffering(CoverageOfferingType newCoverageOffering) -
Uses of CoverageOfferingType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type CoverageOfferingType Modifier and Type Method Description ObjectWcs10Switch. caseCoverageOfferingType(CoverageOfferingType object)Returns the result of interpreting the object as an instance of 'Coverage Offering Type'. -
Uses of CoverageOfferingType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type CoverageOfferingType Modifier and Type Method Description booleanDocumentRootValidator. validateCoverageOffering(CoverageOfferingType value)
-