|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSimpleLayer
public class SimpleLayer
A simple bean that represents a layer name paired with a style name for use in requests.
modules/extension/wms (gt-wms.jar)
Constructor Summary | |
---|---|
SimpleLayer(String name,
Set validStyles)
SimpleLayer creation. |
|
SimpleLayer(String name,
String style)
SimpleLayer creation. |
Method Summary | |
---|---|
String |
getName()
|
String |
getStyle()
|
Set |
getValidStyles()
Returns a Set of type String containing the names of all
the styles that are valid for this layer. |
void |
setName(String name)
|
void |
setStyle(String style)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleLayer(String name, String style)
name
- Name of layerstyle
- Name of style, null indicates default.public SimpleLayer(String name, Set validStyles)
name
- validStyles
- Method Detail |
---|
public String getName()
public void setName(String name)
public String getStyle()
public void setStyle(String style)
public Set getValidStyles()
String
containing the names of all
the styles that are valid for this layer.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |