|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@XmlElement(value="StyledLayerDescriptor") public interface StyledLayerDescriptor
The WMS-layers level of SLD is defined in the “StyledLayerDescriptor.xsd” XML- Schema file and provides the “glue” between feature styling as defined by Symbology Encoding and WMS layers. This level of definitions has been decoupled from the feature- style and symbol definitions to make it convenient to perform feature styling in environments other than inside of a WMS.
| Method Summary | |
|---|---|
Object |
accept(SLDVisitor visitor,
Object extraData)
calls the visit method of a SLDVisitor |
Description |
getDescription()
The Description element is also reused throughout SE and SLD and gives an informative description of the “object” being defined. |
String |
getName()
The Name element allows a symbolic name to be associated with a given SLD document. |
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 specification. |
List<? extends Layer> |
layers()
The styled layers can correspond to either named layers (NamedLayer) or user-defined layers (UserLayer), which are described in subsequent subclauses. |
List<? extends SLDLibrary> |
libraries()
The UseSLDLibrary element provides the ability of handling external SLD documents to be used in library-mode even when using XML-encoded POST requests with a WMS. |
| Method Detail |
|---|
@XmlParameter(value="Name") String getName()
@XmlElement(value="Description") Description getDescription()
@XmlElement(value="UseSLDLibrary") List<? extends SLDLibrary> libraries()
@XmlElement(value="NamedLayer,UserLayer") List<? extends Layer> layers()
@XmlParameter(value="Version") String getVersion()
@Extension
Object accept(SLDVisitor visitor,
Object extraData)
visitor - the sld visitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||