|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectebgeo.maprequest.Layer
A class modelling a map layer. A layer is a selectable set of features. A map is drawn by superimposing all selected layers.
Constructor Summary | |
Layer(String name,
String ID,
boolean visible)
Creates a new instance of Layer |
Method Summary | |
String |
getID()
Get this layer's identifier. |
String |
getName()
Get the name of this layer. |
boolean |
isVisible()
Check if this layer is visible. |
void |
setVisible(boolean visible)
Set if this layer should be visible or not. |
void |
setVisible(Boolean vis)
Set if this layer should be visible or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Layer(String name, String ID, boolean visible)
Method Detail |
public String getName()
public String getID()
public boolean isVisible()
public void setVisible(boolean visible)
public void setVisible(Boolean vis)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |