|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.sld.Layer_Impl
org.deegree_impl.graphics.sld.UserLayer_Impl
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).----------------------------------------------------------------------
Field Summary | |
private RemoteOWS |
remoteOWS
|
Fields inherited from class org.deegree_impl.graphics.sld.Layer_Impl |
layerFeatureConstraints, name, styles |
Constructor Summary | |
(package private) |
UserLayer_Impl(java.lang.String name,
LayerFeatureConstraints layerFeatureConstraints,
Style[] userStyles,
RemoteOWS remoteOWS)
constructor initializing the class with the |
Method Summary | |
java.lang.String |
exportAsXML()
exports the content of the UserLayer as XML formated String |
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 |
java.lang.String |
toString()
returns a STring-Representation of the layer |
Methods inherited from class org.deegree_impl.graphics.sld.Layer_Impl |
addStyle, getLayerFeatureConstraints, getName, getStyles, removeStyle, setLayerFeatureConstraints, setName, setStyles |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.deegree.graphics.sld.Layer |
addStyle, getLayerFeatureConstraints, getName, getStyles, removeStyle, setLayerFeatureConstraints, setName, setStyles |
Field Detail |
private RemoteOWS remoteOWS
Constructor Detail |
UserLayer_Impl(java.lang.String name, LayerFeatureConstraints layerFeatureConstraints, Style[] userStyles, RemoteOWS remoteOWS)
Method Detail |
public RemoteOWS getRemoteOWS()
getRemoteOWS
in interface UserLayer
public void setRemoteOWS(RemoteOWS remoteOWS)
setRemoteOWS
in interface UserLayer
remoteOWS
- the RemoteOWSpublic java.lang.String toString()
Layer_Impl
toString
in class Layer_Impl
public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |