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 CoverageSummaryType
Wcs20Factory. createCoverageSummaryType()
Returns a new object of class 'Coverage Summary Type'.CoverageSummaryType
DocumentRoot. 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 void
DocumentRoot. 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 class
CoverageSummaryTypeImpl
An 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. coverageSummary
The cached value of the 'Coverage Summary
' containment reference list.Methods in net.opengis.wcs20.impl that return CoverageSummaryType Modifier and Type Method Description CoverageSummaryType
Wcs20FactoryImpl. createCoverageSummaryType()
CoverageSummaryType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetCoverageSummary(CoverageSummaryType newCoverageSummary, NotificationChain msgs)
void
DocumentRootImpl. 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 boolean
Wcs20Validator. validateCoverageSummaryType(CoverageSummaryType coverageSummaryType, DiagnosticChain diagnostics, Map<Object,Object> context)
-