Uses of Interface
net.opengis.wcs11.CoveragesType
-
Packages that use CoveragesType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of CoveragesType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return CoveragesType Modifier and Type Method Description CoveragesType
Wcs111Factory. createCoveragesType()
Returns a new object of class 'Coverages Type'.CoveragesType
Wcs11Factory. createCoveragesType()
Returns a new object of class 'Coverages Type'.CoveragesType
DocumentRoot. getCoverages()
Returns the value of the 'Coverages' containment reference.Methods in net.opengis.wcs11 with parameters of type CoveragesType Modifier and Type Method Description void
DocumentRoot. setCoverages(CoveragesType value)
Sets the value of the 'Coverages
' containment reference. -
Uses of CoveragesType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement CoveragesType Modifier and Type Class Description class
CoveragesTypeImpl
An implementation of the model object 'Coverages Type'.Methods in net.opengis.wcs11.impl that return CoveragesType Modifier and Type Method Description CoveragesType
Wcs111FactoryImpl. createCoveragesType()
CoveragesType
Wcs11FactoryImpl. createCoveragesType()
CoveragesType
DocumentRootImpl. getCoverages()
Methods in net.opengis.wcs11.impl with parameters of type CoveragesType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCoverages(CoveragesType newCoverages, NotificationChain msgs)
void
DocumentRootImpl. setCoverages(CoveragesType newCoverages)
-
Uses of CoveragesType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type CoveragesType Modifier and Type Method Description Object
Wcs111Switch. caseCoveragesType(CoveragesType object)
Returns the result of interpreting the object as an instance of 'Coverages Type'.Object
Wcs11Switch. caseCoveragesType(CoveragesType object)
Returns the result of interpreting the object as an instance of 'Coverages Type'.boolean
Wcs111Validator. validateCoveragesType(CoveragesType coveragesType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateCoveragesType(CoveragesType coveragesType, DiagnosticChain diagnostics, Map context)
-
Uses of CoveragesType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type CoveragesType Modifier and Type Method Description boolean
DocumentRootValidator. validateCoverages(CoveragesType value)
-