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 CoverageDescriptionTypeWcs20Factory. 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.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 voidDocumentRoot. 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 classCoverageDescriptionTypeImplAn 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. coverageDescriptionThe cached value of the 'Coverage Description' containment reference list.Methods in net.opengis.wcs20.impl that return CoverageDescriptionType Modifier and Type Method Description CoverageDescriptionTypeWcs20FactoryImpl. createCoverageDescriptionType()CoverageDescriptionTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetCoverageDescription(CoverageDescriptionType newCoverageDescription, NotificationChain msgs)voidDocumentRootImpl. 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 booleanWcs20Validator. validateCoverageDescriptionType(CoverageDescriptionType coverageDescriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-