org.deegree_impl.graphics.sld
Class NamedLayer_Impl
java.lang.Object
org.deegree_impl.graphics.sld.Layer_Impl
org.deegree_impl.graphics.sld.NamedLayer_Impl
- All Implemented Interfaces:
- Layer, Marshallable, NamedLayer
- public class NamedLayer_Impl
- extends Layer_Impl
- implements NamedLayer, Marshallable
A NamedLayer uses the "name" attribute to identify a layer known to the WMS
and can contain zero or more styles, either NamedStyles or UserStyles. In the
absence of any styles the default style for the layer is used.
----------------------------------------------------------------------
- Version:
- $Revision: 1.7 $ $Date: 2004/02/23 09:08:02 $
- Author:
- Katharina Lupp
Method Summary |
java.lang.String |
exportAsXML()
exports the content of the Font as XML formated String |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NamedLayer_Impl
NamedLayer_Impl(java.lang.String name,
LayerFeatureConstraints layerFeatureConstraints,
Style[] styles)
- constructor initializing the class with the
exportAsXML
public java.lang.String exportAsXML()
- exports the content of the Font as XML formated String
- Specified by:
exportAsXML
in interface Marshallable
- Returns:
- xml representation of the Font