|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
StyledLayerDescriptor: This is a sequence of styled layers, represented at the first level by Layer and UserLayer elements. A "version" attribute has been added to allow the formatting of static-file
----------------------------------------------------------------------
Method Summary | |
void |
addLayer(Layer Layer)
Adds a Layer |
Layer[] |
getLayers()
|
NamedLayer[] |
getNamedLayers()
A NamedLayer uses the "name" attribute to identify a layer known to the WMS and can contain zero or more styles, either NamedStyles or UserStyles. |
UserLayer[] |
getUserLayers()
A UserLayer can contain one or more UserStyles. |
java.lang.String |
getVersion()
The version attribute gives the SLD version of an SLD document, to facilitate backward compatibility with static documents stored in various different versions of the SLD spec. |
void |
removeLayer(Layer Layer)
Removes a Layer |
void |
setLayers(Layer[] layers)
Sets Layers |
void |
setVersion(java.lang.String version)
Sets the Version. |
Method Detail |
public Layer[] getLayers()
public void setLayers(Layer[] layers)
layers
- the Layers as Arraypublic void addLayer(Layer Layer)
Layer
- a Layer to addpublic void removeLayer(Layer Layer)
Layer
- a Layer to remvoepublic UserLayer[] getUserLayers()
public NamedLayer[] getNamedLayers()
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- the version of the SLD
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |