org.deegree.model.coverage
Interface Level

All Known Implementing Classes:
Level_Impl

public interface Level

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

Version:
31.10.2002
Author:
Andreas Poth

Method Summary
 Directory[] getDirectories()
          returns the directories contained within the level
 double getMaxScale()
          returns the maximum valid scale of the Level and the embeded Levels
 double getMinScale()
          returns the minimum valid scale of the Level and the embeded Levels
 ParameterList getProperties()
          returns a list of properties assigned to the Level.
 Tile[] getTiles()
          returns the Tiles assigned to a Level if the Level is of TILE type.
 

Method Detail

getMinScale

public double getMinScale()
returns the minimum valid scale of the Level and the embeded Levels


getMaxScale

public double getMaxScale()
returns the maximum valid scale of the Level and the embeded Levels


getProperties

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


getTiles

public Tile[] getTiles()
returns the Tiles assigned to a Level if the Level is of TILE type.


getDirectories

public Directory[] getDirectories()
returns the directories contained within the level