org.deegree_impl.graphics.sld
Class NamedLayer_Impl

java.lang.Object
  extended byorg.deegree_impl.graphics.sld.Layer_Impl
      extended byorg.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

Field Summary
 
Fields inherited from class org.deegree_impl.graphics.sld.Layer_Impl
layerFeatureConstraints, name, styles
 
Constructor Summary
(package private) NamedLayer_Impl(java.lang.String name, LayerFeatureConstraints layerFeatureConstraints, Style[] styles)
          constructor initializing the class with the
 
Method Summary
 java.lang.String exportAsXML()
          exports the content of the Font as XML formated String
 
Methods inherited from class org.deegree_impl.graphics.sld.Layer_Impl
addStyle, getLayerFeatureConstraints, getName, getStyles, removeStyle, setLayerFeatureConstraints, setName, setStyles, toString
 
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
 

Constructor Detail

NamedLayer_Impl

NamedLayer_Impl(java.lang.String name,
                LayerFeatureConstraints layerFeatureConstraints,
                Style[] styles)
constructor initializing the class with the

Method Detail

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