|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.cv.Level_Impl
---------------------------------------------------------------------
Field Summary | |
private Directory[] |
directories
|
private double |
maxScale
|
private double |
minScale
|
private ParameterList |
properties
|
private Tile[] |
tiles
|
Constructor Summary | |
(package private) |
Level_Impl(double minScale,
double maxScale,
ParameterList properties,
Directory[] directories)
|
(package private) |
Level_Impl(double minScale,
double maxScale,
ParameterList properties,
Tile[] tiles)
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private double minScale
private double maxScale
private ParameterList properties
private Tile[] tiles
private Directory[] directories
Constructor Detail |
Level_Impl(double minScale, double maxScale, ParameterList properties, Tile[] tiles)
Level_Impl(double minScale, double maxScale, ParameterList properties, Directory[] directories)
Method Detail |
public double getMinScale()
getMinScale
in interface Level
public double getMaxScale()
getMaxScale
in interface Level
public ParameterList getProperties()
getProperties
in interface Level
public Tile[] getTiles()
getTiles
in interface Level
public Directory[] getDirectories()
getDirectories
in interface Level
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |