org.deegree.graphics.sld
Interface UserLayer

All Superinterfaces:
Layer
All Known Implementing Classes:
UserLayer_Impl

public interface UserLayer
extends Layer

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).

----------------------------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2004/01/12 14:48:13 $
Author:
Andreas Poth

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

getRemoteOWS

public 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.

Returns:
the RemoteOWS

setRemoteOWS

public void setRemoteOWS(RemoteOWS remoteOWS)
Sets the RemoteOWS

Parameters:
remoteOWS - the RemoteOWS