Uses of Interface
net.opengis.wcs10.CoverageDescriptionType
-
Packages that use CoverageDescriptionType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of CoverageDescriptionType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return CoverageDescriptionType Modifier and Type Method Description CoverageDescriptionTypeWcs10Factory. createCoverageDescriptionType()Returns a new object of class 'Coverage Description Type'.CoverageDescriptionTypeDocumentRoot. getCoverageDescription()Returns the value of the 'Coverage Description' containment reference.Methods in net.opengis.wcs10 with parameters of type CoverageDescriptionType Modifier and Type Method Description voidDocumentRoot. setCoverageDescription(CoverageDescriptionType value)Sets the value of the 'Coverage Description' containment reference. -
Uses of CoverageDescriptionType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement CoverageDescriptionType Modifier and Type Class Description classCoverageDescriptionTypeImplAn implementation of the model object 'Coverage Description Type'.Methods in net.opengis.wcs10.impl that return CoverageDescriptionType Modifier and Type Method Description CoverageDescriptionTypeWcs10FactoryImpl. createCoverageDescriptionType()CoverageDescriptionTypeDocumentRootImpl. getCoverageDescription()Methods in net.opengis.wcs10.impl with parameters of type CoverageDescriptionType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCoverageDescription(CoverageDescriptionType newCoverageDescription, NotificationChain msgs)voidDocumentRootImpl. setCoverageDescription(CoverageDescriptionType newCoverageDescription) -
Uses of CoverageDescriptionType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type CoverageDescriptionType Modifier and Type Method Description ObjectWcs10Switch. caseCoverageDescriptionType(CoverageDescriptionType object)Returns the result of interpreting the object as an instance of 'Coverage Description Type'. -
Uses of CoverageDescriptionType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type CoverageDescriptionType Modifier and Type Method Description booleanDocumentRootValidator. validateCoverageDescription(CoverageDescriptionType value)
-