org.deegree.model.coverage
Interface CVDescriptor

All Known Implementing Classes:
CVDescriptor_Impl

public interface CVDescriptor

Interface for describing a coverage layer with a multi level resolution splitted into several Tiles.

----------------------------------------------------------------------

Version:
$Revision: 1.3 $ $Date: 2004/01/07 15:00:19 $

Author:
Andreas Poth

Method Summary
 CoverageLayer getCoverageLayer()
          returns a description of the coverage layer as defined in the capabilities section of the OGC WCS sppecification 0.7
 Level getLevel()
          returns the top Level of the Layer
 java.net.URL getPreviewResource()
          returns the resource where to access a preview of the coverage
 ParameterList getProperties()
          returns a list of properties assigned to the Level.
 java.util.ArrayList getRanges()
           
 

Method Detail

getCoverageLayer

public CoverageLayer getCoverageLayer()
returns a description of the coverage layer as defined in the capabilities section of the OGC WCS sppecification 0.7


getPreviewResource

public java.net.URL getPreviewResource()
returns the resource where to access a preview of the coverage


getLevel

public Level getLevel()
returns the top Level of the Layer


getProperties

public ParameterList getProperties()
returns a list of properties assigned to the Level. The properties may be overwritten by the embeded Levels.


getRanges

public java.util.ArrayList getRanges()
Returns:
a list of the first-level ETJRanges.