| 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.graphics.sld.StyledLayerDescriptor
public class StyledLayerDescriptor
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
| Constructor Summary | |
|---|---|
StyledLayerDescriptor(AbstractLayer[] layers,
                                           String version)
constructor initializing the class with the  | 
|
StyledLayerDescriptor(String name,
                                           String title,
                                           String version,
                                           String abstract_,
                                           AbstractLayer[] layers)
 | 
|
| Method Summary | |
|---|---|
 void | 
addLayer(AbstractLayer layer)
adds the  | 
 String | 
exportAsXML()
exports the content of the Font as XML formated String  | 
 String | 
getAbstract()
 | 
 AbstractLayer[] | 
getLayers()
 | 
 String | 
getName()
 | 
 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.  | 
 String | 
getTitle()
 | 
 UserLayer[] | 
getUserLayers()
A UserLayer can contain one or more UserStyles.  | 
 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(AbstractLayer layer)
removes the  | 
 void | 
setAbstract(String abstract_)
 | 
 void | 
setLayers(AbstractLayer[] layers)
Sets Layers  | 
 void | 
setName(String name)
 | 
 void | 
setTitle(String title)
 | 
 void | 
setVersion(String version)
sets the  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
StyledLayerDescriptor(String name,
                      String title,
                      String version,
                      String abstract_,
                      AbstractLayer[] layers)
name - title - version - abstract_ - layers - 
public StyledLayerDescriptor(AbstractLayer[] layers,
                             String version)
layers - version - | Method Detail | 
|---|
public AbstractLayer[] getLayers()
public void setLayers(AbstractLayer[] layers)
layers - the Layers as Arraypublic void addLayer(AbstractLayer layer)
layer - a Layer to addpublic void removeLayer(AbstractLayer layer)
layer - a Layer to removepublic UserLayer[] getUserLayers()
public NamedLayer[] getNamedLayers()
public String getVersion()
public void setVersion(String version)
version - the version of the SLDpublic String getAbstract()
public void setAbstract(String abstract_)
abstract_ - The abstract_ to set.public String getName()
public void setName(String name)
name - The name to set.public String getTitle()
public void setTitle(String title)
title - The title to set.public String exportAsXML()
exportAsXML in interface Marshallable
  | 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
                    For more information visit: http://www.deegree.org