|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@XmlElement(value="UseSLDLibrary") public interface SLDLibrary
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. (The library mode can be accessed with the HTTP-GET method by supplying an SLD CGI parameter in addition to LAYERS and STYLES CGI parameters.) This addition merely exercises pre-existing functionality in WMS, but it does add the wrinkle of making SLD-library references iterative and (syntactically) recursive. Successive definitions are applied “on top of” previous ones to determine the scoping of overlapping style definitions.
| Method Summary | |
|---|---|
Object |
accept(SLDVisitor visitor,
Object extraData)
calls the visit method of a SLDVisitor |
OnlineResource |
getOnlineResource()
The OnlineResource must refer to an SLD document. |
StyledLayerDescriptor |
getSLD()
This is a convinient method for the one using this interface. |
| Method Detail |
|---|
@XmlParameter(value="OnlineResource") OnlineResource getOnlineResource()
StyledLayerDescriptor getSLD()
@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 | |||||||||