Uses of Interface
org.deegree.model.coverage.CoverageLayer

Packages that use CoverageLayer
org.deegree_impl.model.cv   
org.deegree_impl.services.wcs.capabilities   
org.deegree.model.coverage   
org.deegree.services.wcs.capabilities   
 

Uses of CoverageLayer in org.deegree_impl.model.cv
 

Classes in org.deegree_impl.model.cv that implement CoverageLayer
 class CoverageLayer_Impl
          In its Capabilities XML response, a Web Coverage Server announces that it can return coverages (that is, values or properties of spatio-temporal locations) culled from various collections of data.
(package private)  class GridCoverageLayer_Impl
          defines the additional fields for a GridCoverageLayer.
 

Fields in org.deegree_impl.model.cv declared as CoverageLayer
private  CoverageLayer CVDescriptor_Impl.coverageLayer
           
 

Methods in org.deegree_impl.model.cv that return CoverageLayer
 CoverageLayer CVDescriptor_Impl.getCoverageLayer()
          returns a description of the coverage layer as defined in the capabilities section of the OGC WCS sppecification 0.7
static CoverageLayer[] CVDescriptorFactory.createCoverageLayer(org.w3c.dom.Element element)
          creates an array of CoverageLayers from the CoverageLayerList element of the capabilities TODO support for other layer types than grid coverages
static CoverageLayer[] CVDescriptorDirFactory.createCoverageLayer(org.w3c.dom.Element element)
          creates an array of CoverageLayers from the CoverageLayerList element of the capabilities TODO support for other layer types than grid coverages
 

Constructors in org.deegree_impl.model.cv with parameters of type CoverageLayer
CVDescriptor_Impl(CoverageLayer coverageLayer, java.net.URL previewResource, Level level, java.util.ArrayList ranges, ParameterList parameterList)
           
 

Uses of CoverageLayer in org.deegree_impl.services.wcs.capabilities
 

Fields in org.deegree_impl.services.wcs.capabilities declared as CoverageLayer
private  CoverageLayer[] WCSCapabilities_Impl.coverageLayerList
           
 

Methods in org.deegree_impl.services.wcs.capabilities that return CoverageLayer
 CoverageLayer[] WCSCapabilities_Impl.getCoverageLayerList()
          returns the list off CoverageLayer that are available through the WCS.
 

Constructors in org.deegree_impl.services.wcs.capabilities with parameters of type CoverageLayer
WCSCapabilities_Impl(java.lang.String version, java.lang.String updateSequence, Service service, CoverageLayer[] coverageLayerList)
           
 

Uses of CoverageLayer in org.deegree.model.coverage
 

Subinterfaces of CoverageLayer in org.deegree.model.coverage
 interface GridCoverageLayer
          defines the additional fields for a GridCoverageLayer.
 

Methods in org.deegree.model.coverage that return CoverageLayer
 CoverageLayer CVDescriptor.getCoverageLayer()
          returns a description of the coverage layer as defined in the capabilities section of the OGC WCS sppecification 0.7
 

Uses of CoverageLayer in org.deegree.services.wcs.capabilities
 

Methods in org.deegree.services.wcs.capabilities that return CoverageLayer
 CoverageLayer[] WCSCapabilities.getCoverageLayerList()
          returns the list off CoverageLayer that are available through the WCS.