org.deegree_impl.clients.context
Class SLD
java.lang.Object
org.deegree_impl.clients.context.SLD
- All Implemented Interfaces:
- Marshallable
- public class SLD
- extends java.lang.Object
- implements Marshallable
this class encapsulates the descriptions of a SLD element as defined by the
OGC Web Map Context specification
The element must contain required and optional elements
which identify the particular element of a Styled Layer Descriptor to be used
for this style. The <SLD> element must then contain one of three alternative
sources of description of a layer style:<p/>
1. an <OnlineResource> element describing a link to the specified SLD document.<p/>
<OnlineResource xmlns:xlink="http://www.w3.org/TR/xlink" xlink:type="simple"
xlink:href=派ttp://example.org/this/is/an/example/link/to/the/sld"><p/>
This reference may be to a separately referenced SLD document or to an inline
<StyledLayerDescriptor> in the same context document (which may define the
styles for multiple layers within the Web Map Context)<p/><p/>
2. <StyledLayerDescriptor> element containing inline the namedStyle or
userStyle named in the enclosing <Style> element<p/><p/>
3. <FeatureTypeStyle> element containing inline the specific feature styling
instructions for the enclosing <Style> element
<P>
<P>
<DL>
<DT><B>Version:</B></DT>
<DD>$Revision: 1.3 $</DD>
<DT><B>Author:</B></DT>
<DD><a href="mailto:poth@lat-lon.de">Andreas Poth</a></DD>
</DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private <A HREF="../../../../org/deegree/graphics/sld/FeatureTypeStyle.html" title="interface in org.deegree.graphics.sld">FeatureTypeStyle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#featureTypeStyle">featureTypeStyle</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#name">name</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private java.net.URL</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#onlineResource">onlineResource</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private <A HREF="../../../../org/deegree/graphics/sld/StyledLayerDescriptor.html" title="interface in org.deegree.graphics.sld">StyledLayerDescriptor</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#styledLayerDescriptor">styledLayerDescriptor</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#title">title</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private </CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#SLD(java.lang.String, java.lang.String)">SLD</A></B>(java.lang.String name,
java.lang.String title)</CODE>
<BR>
Creates a new SLD object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> </CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#SLD(java.lang.String, java.lang.String, org.deegree.graphics.sld.FeatureTypeStyle)">SLD</A></B>(java.lang.String name,
java.lang.String title,
<A HREF="../../../../org/deegree/graphics/sld/FeatureTypeStyle.html" title="interface in org.deegree.graphics.sld">FeatureTypeStyle</A> featureTypeStyle)</CODE>
<BR>
Creates a new SLD object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> </CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#SLD(java.lang.String, java.lang.String, org.deegree.graphics.sld.StyledLayerDescriptor)">SLD</A></B>(java.lang.String name,
java.lang.String title,
<A HREF="../../../../org/deegree/graphics/sld/StyledLayerDescriptor.html" title="interface in org.deegree.graphics.sld">StyledLayerDescriptor</A> styledLayerDescriptor)</CODE>
<BR>
Creates a new SLD object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> </CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#SLD(java.lang.String, java.lang.String, java.net.URL)">SLD</A></B>(java.lang.String name,
java.lang.String title,
java.net.URL onlineResource)</CODE>
<BR>
Creates a new SLD object.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#exportAsXML()">exportAsXML</A></B>()</CODE>
<BR>
Produces an XML-representation of this object.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/deegree/graphics/sld/FeatureTypeStyle.html" title="interface in org.deegree.graphics.sld">FeatureTypeStyle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#getFeatureTypeStyle()">getFeatureTypeStyle</A></B>()</CODE>
<BR>
containing inline the specific feature styling instructions for the
enclosing <Style> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#getName()">getName</A></B>()</CODE>
<BR>
name of the SLD</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.net.URL</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#getOnlineResource()">getOnlineResource</A></B>()</CODE>
<BR>
describing a link to the specified SLD document.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../org/deegree/graphics/sld/StyledLayerDescriptor.html" title="interface in org.deegree.graphics.sld">StyledLayerDescriptor</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#getStyledLayerDescriptor()">getStyledLayerDescriptor</A></B>()</CODE>
<BR>
inline the namedStyle or userStyle named in the enclosing <Style> element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#getTitle()">getTitle</A></B>()</CODE>
<BR>
title of the SLD</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#setFeatureTypeStyle(org.deegree.graphics.sld.FeatureTypeStyle)">setFeatureTypeStyle</A></B>(<A HREF="../../../../org/deegree/graphics/sld/FeatureTypeStyle.html" title="interface in org.deegree.graphics.sld">FeatureTypeStyle</A> featureTypeStyle)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#setName(java.lang.String)">setName</A></B>(java.lang.String name)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#setOnlineResource(java.net.URL)">setOnlineResource</A></B>(java.net.URL onlineResource)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#setStyledLayerDescriptor(org.deegree.graphics.sld.StyledLayerDescriptor)">setStyledLayerDescriptor</A></B>(<A HREF="../../../../org/deegree/graphics/sld/StyledLayerDescriptor.html" title="interface in org.deegree.graphics.sld">StyledLayerDescriptor</A> styledLayerDescriptor)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#setTitle(java.lang.String)">setTitle</A></B>(java.lang.String title)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="featureTypeStyle"><!-- --></A><H3>
featureTypeStyle</H3>
<PRE>
private <A HREF="../../../../org/deegree/graphics/sld/FeatureTypeStyle.html" title="interface in org.deegree.graphics.sld">FeatureTypeStyle</A> <B>featureTypeStyle</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="name"><!-- --></A><H3>
name</H3>
<PRE>
private java.lang.String <B>name</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="title"><!-- --></A><H3>
title</H3>
<PRE>
private java.lang.String <B>title</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="styledLayerDescriptor"><!-- --></A><H3>
styledLayerDescriptor</H3>
<PRE>
private <A HREF="../../../../org/deegree/graphics/sld/StyledLayerDescriptor.html" title="interface in org.deegree.graphics.sld">StyledLayerDescriptor</A> <B>styledLayerDescriptor</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="onlineResource"><!-- --></A><H3>
onlineResource</H3>
<PRE>
private java.net.URL <B>onlineResource</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="SLD(java.lang.String, java.lang.String)"><!-- --></A><H3>
SLD</H3>
<PRE>
private <B>SLD</B>(java.lang.String name,
java.lang.String title)</PRE>
<DL>
<DD>Creates a new SLD object.
<P>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - name of the SLD<DD><CODE>title</CODE> - title of the SLD</DL>
<HR>
<A NAME="SLD(java.lang.String, java.lang.String, org.deegree.graphics.sld.StyledLayerDescriptor)"><!-- --></A><H3>
SLD</H3>
<PRE>
public <B>SLD</B>(java.lang.String name,
java.lang.String title,
<A HREF="../../../../org/deegree/graphics/sld/StyledLayerDescriptor.html" title="interface in org.deegree.graphics.sld">StyledLayerDescriptor</A> styledLayerDescriptor)
throws <A HREF="../../../../org/deegree_impl/clients/context/ContextException.html" title="class in org.deegree_impl.clients.context">ContextException</A></PRE>
<DL>
<DD>Creates a new SLD object.
<P>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - name of the SLD<DD><CODE>title</CODE> - title of the SLD<DD><CODE>styledLayerDescriptor</CODE> - complete StyledLayerDescriptor
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/deegree_impl/clients/context/ContextException.html" title="class in org.deegree_impl.clients.context">ContextException</A></CODE></DL>
<HR>
<A NAME="SLD(java.lang.String, java.lang.String, java.net.URL)"><!-- --></A><H3>
SLD</H3>
<PRE>
public <B>SLD</B>(java.lang.String name,
java.lang.String title,
java.net.URL onlineResource)
throws <A HREF="../../../../org/deegree_impl/clients/context/ContextException.html" title="class in org.deegree_impl.clients.context">ContextException</A></PRE>
<DL>
<DD>Creates a new SLD object.
<P>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - name of the SLD<DD><CODE>title</CODE> - title of the SLD<DD><CODE>onlineResource</CODE> - online resource where to access the StyledLayerDescriptor
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/deegree_impl/clients/context/ContextException.html" title="class in org.deegree_impl.clients.context">ContextException</A></CODE></DL>
<HR>
<A NAME="SLD(java.lang.String, java.lang.String, org.deegree.graphics.sld.FeatureTypeStyle)"><!-- --></A><H3>
SLD</H3>
<PRE>
public <B>SLD</B>(java.lang.String name,
java.lang.String title,
<A HREF="../../../../org/deegree/graphics/sld/FeatureTypeStyle.html" title="interface in org.deegree.graphics.sld">FeatureTypeStyle</A> featureTypeStyle)
throws <A HREF="../../../../org/deegree_impl/clients/context/ContextException.html" title="class in org.deegree_impl.clients.context">ContextException</A></PRE>
<DL>
<DD>Creates a new SLD object.
<P>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - name of the SLD<DD><CODE>title</CODE> - title of the SLD<DD><CODE>featureTypeStyle</CODE> - one concrete FeatureTypeStyle as part of a
StyledLayerDescriptor
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/deegree_impl/clients/context/ContextException.html" title="class in org.deegree_impl.clients.context">ContextException</A></CODE></DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="getName()"><!-- --></A><H3>
getName</H3>
<PRE>
public java.lang.String <B>getName</B>()</PRE>
<DL>
<DD>name of the SLD
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="getTitle()"><!-- --></A><H3>
getTitle</H3>
<PRE>
public java.lang.String <B>getTitle</B>()</PRE>
<DL>
<DD>title of the SLD
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="getOnlineResource()"><!-- --></A><H3>
getOnlineResource</H3>
<PRE>
public java.net.URL <B>getOnlineResource</B>()</PRE>
<DL>
<DD>describing a link to the specified SLD document.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="getFeatureTypeStyle()"><!-- --></A><H3>
getFeatureTypeStyle</H3>
<PRE>
public <A HREF="../../../../org/deegree/graphics/sld/FeatureTypeStyle.html" title="interface in org.deegree.graphics.sld">FeatureTypeStyle</A> <B>getFeatureTypeStyle</B>()</PRE>
<DL>
<DD>containing inline the specific feature styling instructions for the
enclosing <Style> element
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="getStyledLayerDescriptor()"><!-- --></A><H3>
getStyledLayerDescriptor</H3>
<PRE>
public <A HREF="../../../../org/deegree/graphics/sld/StyledLayerDescriptor.html" title="interface in org.deegree.graphics.sld">StyledLayerDescriptor</A> <B>getStyledLayerDescriptor</B>()</PRE>
<DL>
<DD>inline the namedStyle or userStyle named in the enclosing <Style> element
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="setName(java.lang.String)"><!-- --></A><H3>
setName</H3>
<PRE>
public void <B>setName</B>(java.lang.String name)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - <DT><B>See Also:</B><DD><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#getName()"><CODE>getName()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setTitle(java.lang.String)"><!-- --></A><H3>
setTitle</H3>
<PRE>
public void <B>setTitle</B>(java.lang.String title)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>title</CODE> - <DT><B>See Also:</B><DD><A HREF="../../../../org/deegree_impl/clients/context/Server.html#getTitle()"><CODE>Server.getTitle()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setOnlineResource(java.net.URL)"><!-- --></A><H3>
setOnlineResource</H3>
<PRE>
public void <B>setOnlineResource</B>(java.net.URL onlineResource)
throws <A HREF="../../../../org/deegree_impl/clients/context/ContextException.html" title="class in org.deegree_impl.clients.context">ContextException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>onlineResource</CODE> -
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/deegree_impl/clients/context/ContextException.html" title="class in org.deegree_impl.clients.context">ContextException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../org/deegree_impl/clients/context/Server.html#getOnlineResource()"><CODE>Server.getOnlineResource()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setFeatureTypeStyle(org.deegree.graphics.sld.FeatureTypeStyle)"><!-- --></A><H3>
setFeatureTypeStyle</H3>
<PRE>
public void <B>setFeatureTypeStyle</B>(<A HREF="../../../../org/deegree/graphics/sld/FeatureTypeStyle.html" title="interface in org.deegree.graphics.sld">FeatureTypeStyle</A> featureTypeStyle)
throws <A HREF="../../../../org/deegree_impl/clients/context/ContextException.html" title="class in org.deegree_impl.clients.context">ContextException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>featureTypeStyle</CODE> -
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/deegree_impl/clients/context/ContextException.html" title="class in org.deegree_impl.clients.context">ContextException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#getFeatureTypeStyle()"><CODE>getFeatureTypeStyle()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setStyledLayerDescriptor(org.deegree.graphics.sld.StyledLayerDescriptor)"><!-- --></A><H3>
setStyledLayerDescriptor</H3>
<PRE>
public void <B>setStyledLayerDescriptor</B>(<A HREF="../../../../org/deegree/graphics/sld/StyledLayerDescriptor.html" title="interface in org.deegree.graphics.sld">StyledLayerDescriptor</A> styledLayerDescriptor)
throws <A HREF="../../../../org/deegree_impl/clients/context/ContextException.html" title="class in org.deegree_impl.clients.context">ContextException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>styledLayerDescriptor</CODE> -
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/deegree_impl/clients/context/ContextException.html" title="class in org.deegree_impl.clients.context">ContextException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../org/deegree_impl/clients/context/SLD.html#getStyledLayerDescriptor()"><CODE>getStyledLayerDescriptor()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="exportAsXML()"><!-- --></A><H3>
exportAsXML</H3>
<PRE>
public java.lang.String <B>exportAsXML</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></CODE></B></DD>
<DD>Produces an XML-representation of this object.
<p>
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/deegree/xml/Marshallable.html#exportAsXML()">exportAsXML</A></CODE> in interface <CODE><A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>XML-representation of this object</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SLD.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/deegree_impl/clients/context/Server.html" title="class in org.deegree_impl.clients.context"><B>PREV CLASS</B></A>
<A HREF="../../../../org/deegree_impl/clients/context/Style.html" title="class in org.deegree_impl.clients.context"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="SLD.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>