Uses of Interface
net.opengis.wcs20.CoverageSummaryType
-
Packages that use CoverageSummaryType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of CoverageSummaryType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return CoverageSummaryType Modifier and Type Method Description CoverageSummaryTypeWcs20Factory. createCoverageSummaryType()Returns a new object of class 'Coverage Summary Type'.CoverageSummaryTypeDocumentRoot. getCoverageSummary()Returns the value of the 'Coverage Summary' containment reference.Methods in net.opengis.wcs20 that return types with arguments of type CoverageSummaryType Modifier and Type Method Description EList<CoverageSummaryType>ContentsType. getCoverageSummary()Returns the value of the 'Coverage Summary' containment reference list.Methods in net.opengis.wcs20 with parameters of type CoverageSummaryType Modifier and Type Method Description voidDocumentRoot. setCoverageSummary(CoverageSummaryType value)Sets the value of the 'Coverage Summary' containment reference. -
Uses of CoverageSummaryType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement CoverageSummaryType Modifier and Type Class Description classCoverageSummaryTypeImplAn implementation of the model object 'Coverage Summary Type'.Fields in net.opengis.wcs20.impl with type parameters of type CoverageSummaryType Modifier and Type Field Description protected EList<CoverageSummaryType>ContentsTypeImpl. coverageSummaryThe cached value of the 'Coverage Summary' containment reference list.Methods in net.opengis.wcs20.impl that return CoverageSummaryType Modifier and Type Method Description CoverageSummaryTypeWcs20FactoryImpl. createCoverageSummaryType()CoverageSummaryTypeDocumentRootImpl. getCoverageSummary()Methods in net.opengis.wcs20.impl that return types with arguments of type CoverageSummaryType Modifier and Type Method Description EList<CoverageSummaryType>ContentsTypeImpl. getCoverageSummary()Methods in net.opengis.wcs20.impl with parameters of type CoverageSummaryType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCoverageSummary(CoverageSummaryType newCoverageSummary, NotificationChain msgs)voidDocumentRootImpl. setCoverageSummary(CoverageSummaryType newCoverageSummary) -
Uses of CoverageSummaryType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type CoverageSummaryType Modifier and Type Method Description booleanWcs20Validator. validateCoverageSummaryType(CoverageSummaryType coverageSummaryType, DiagnosticChain diagnostics, Map<Object,Object> context)
-