|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
In addition to using named layers, it is also useful to be able to define custom user-defined layers for rendering.
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. 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).----------------------------------------------------------------------
Method Summary | |
RemoteOWS |
getRemoteOWS()
the method returns a remote web service that enables the access to data that are not stored on same server as the WMS. |
void |
setRemoteOWS(RemoteOWS remoteOWS)
Sets the RemoteOWS |
Methods inherited from interface org.deegree.graphics.sld.Layer |
addStyle, getLayerFeatureConstraints, getName, getStyles, removeStyle, setLayerFeatureConstraints, setName, setStyles |
Method Detail |
public RemoteOWS getRemoteOWS()
public void setRemoteOWS(RemoteOWS remoteOWS)
remoteOWS
- the RemoteOWS
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |