Uses of Interface
net.opengis.wcs20.CoverageDescriptionType
-
Packages that use CoverageDescriptionType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of CoverageDescriptionType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return CoverageDescriptionType Modifier and Type Method Description CoverageDescriptionType
Wcs20Factory. 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.wcs20 that return types with arguments of type CoverageDescriptionType Modifier and Type Method Description EList<CoverageDescriptionType>
CoverageDescriptionsType. getCoverageDescription()
Returns the value of the 'Coverage Description' containment reference list.Methods in net.opengis.wcs20 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.wcs20.impl
Classes in net.opengis.wcs20.impl that implement CoverageDescriptionType Modifier and Type Class Description class
CoverageDescriptionTypeImpl
An implementation of the model object 'Coverage Description Type'.Fields in net.opengis.wcs20.impl with type parameters of type CoverageDescriptionType Modifier and Type Field Description protected EList<CoverageDescriptionType>
CoverageDescriptionsTypeImpl. coverageDescription
The cached value of the 'Coverage Description
' containment reference list.Methods in net.opengis.wcs20.impl that return CoverageDescriptionType Modifier and Type Method Description CoverageDescriptionType
Wcs20FactoryImpl. createCoverageDescriptionType()
CoverageDescriptionType
DocumentRootImpl. getCoverageDescription()
Methods in net.opengis.wcs20.impl that return types with arguments of type CoverageDescriptionType Modifier and Type Method Description EList<CoverageDescriptionType>
CoverageDescriptionsTypeImpl. getCoverageDescription()
Methods in net.opengis.wcs20.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.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type CoverageDescriptionType Modifier and Type Method Description boolean
Wcs20Validator. validateCoverageDescriptionType(CoverageDescriptionType coverageDescriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-