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 CoverageDescriptionType
Wcs10Factory. createCoverageDescriptionType()
Returns a new object of class 'Coverage Description Type'.CoverageDescriptionType
DocumentRoot. 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 void
DocumentRoot. 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 class
CoverageDescriptionTypeImpl
An implementation of the model object 'Coverage Description Type'.Methods in net.opengis.wcs10.impl that return CoverageDescriptionType Modifier and Type Method Description CoverageDescriptionType
Wcs10FactoryImpl. createCoverageDescriptionType()
CoverageDescriptionType
DocumentRootImpl. getCoverageDescription()
Methods in net.opengis.wcs10.impl with parameters of type CoverageDescriptionType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCoverageDescription(CoverageDescriptionType newCoverageDescription, NotificationChain msgs)
void
DocumentRootImpl. 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 Object
Wcs10Switch. 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 boolean
DocumentRootValidator. validateCoverageDescription(CoverageDescriptionType value)
-