|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@XmlElement(value="UserLayer") public interface UserLayer
Since a layer is defined as a collection of potentially mixed-type features, the UserLayer element must provide the means to identify the features to be used.
| Method Summary | |
|---|---|
Object |
accept(SLDVisitor visitor,
Object extraData)
calls the visit method of a SLDVisitor |
Constraints |
getConstraints()
Constraints to apply on the features. |
Source |
getSource()
All features to be rendered are assumed to be fetched from a Web Feature Server (WFS) or a Web Coverage Service (WCS, in which case the term “features” is used loosely). |
List<? extends Style> |
styles()
Styles to apply on the features. |
| Methods inherited from interface Layer |
|---|
getDescription, getName |
| Method Detail |
|---|
@XmlElement(value="InlineFeature,RemoteOWS") Source getSource()
@XmlElement(value="LayerFeatureConstraints,LayerCoverageConstraints") Constraints getConstraints()
@XmlElement(value="UserStyle") List<? extends Style> styles()
@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 | |||||||||