Uses of Interface
net.opengis.wcs11.CoverageSummaryType
-
Packages that use CoverageSummaryType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of CoverageSummaryType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return CoverageSummaryType Modifier and Type Method Description CoverageSummaryType
Wcs111Factory. createCoverageSummaryType()
Returns a new object of class 'Coverage Summary Type'.CoverageSummaryType
Wcs11Factory. 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.wcs11 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.wcs11.impl
Classes in net.opengis.wcs11.impl that implement CoverageSummaryType Modifier and Type Class Description class
CoverageSummaryTypeImpl
An implementation of the model object 'Coverage Summary Type'.Methods in net.opengis.wcs11.impl that return CoverageSummaryType Modifier and Type Method Description CoverageSummaryType
Wcs111FactoryImpl. createCoverageSummaryType()
CoverageSummaryType
Wcs11FactoryImpl. createCoverageSummaryType()
CoverageSummaryType
DocumentRootImpl. getCoverageSummary()
Methods in net.opengis.wcs11.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.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type CoverageSummaryType Modifier and Type Method Description Object
Wcs111Switch. caseCoverageSummaryType(CoverageSummaryType object)
Returns the result of interpreting the object as an instance of 'Coverage Summary Type'.Object
Wcs11Switch. caseCoverageSummaryType(CoverageSummaryType object)
Returns the result of interpreting the object as an instance of 'Coverage Summary Type'.boolean
Wcs111Validator. validateCoverageSummaryType(CoverageSummaryType coverageSummaryType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateCoverageSummaryType(CoverageSummaryType coverageSummaryType, DiagnosticChain diagnostics, Map context)
-
Uses of CoverageSummaryType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type CoverageSummaryType Modifier and Type Method Description boolean
DocumentRootValidator. validateCoverageSummary(CoverageSummaryType value)
-