Uses of Interface
org.deegree.xml.Marshallable

Packages that use Marshallable
org.deegree_impl.clients.context   
org.deegree_impl.clients.wmsclient.configuration   
org.deegree_impl.graphics.sld   
org.deegree_impl.ogcbasic   
org.deegree_impl.services   
org.deegree_impl.services.capabilities   
org.deegree_impl.services.gazetteer.protocol   
org.deegree_impl.services.wfs.protocol   
org.deegree_impl.services.wms   
org.deegree_impl.services.wms.capabilities   
org.deegree_impl.services.wms.protocol   
 

Uses of Marshallable in org.deegree_impl.clients.context
 

Classes in org.deegree_impl.clients.context that implement Marshallable
 class AbstractFrontend
          this class encapsulates the description of the front end of a GUI setting up on a web map context. this is a deegree specific form of description. beside some
 class AbstractModule
          describes the common access to modules embedded into the GUI described by general extension section of a web map context document within the deegree framework.
 class DataService
          describes the service lying behind a WMS layer.
 class DirectoryAccess
          Implements the description of the access to directories used by a deegree web map context
 class Format
          encapsulates the format description as described by the OGC Web Map Context specification
 class FormatList
          encapsulates a FormatList as defined by the OGC Web Map Context specification
 class General
          The class encapsulates the general informations common to all types of contexts
 class GeneralExtension
          this class encapsulates the deegree specific extensions of the general section of a web map context document. this is a description of the GUI including the used modules (Frontend) and the parameters to control the map view (Marshallable).
 class GUIArea_Impl
          this interface describes the content of an area of a GUI. a GUI area contains zero ... n modules described by the Module interface.
 class IOSettings
          Implements the access to the IO settings of a Web Map Context.
 class JSPFrontend
          this class encapsulates the description of the front end of a GUI setting up on a web map context. this is a deegree specific form of description. beside the general elements inherited from AbstractFrontend three additional elements are offered: commonJS: a list of javascript files containing objects and methods to be used by more than one module of the GUI buttons: a javascript file containing a associative array (Map) for the used buttons style: css-style file
 class Layer
          encapsulates about a layer described/contained by a Web Map Context
 class LayerExtension
          provides additional information about a layer described in a web map context document.
 class LayerList
           
 class Module_Impl
          this class encapsulates the basic informations of a module that is part of an area of the GUI.
 class ModuleConfiguration_Impl
          provides the connection point where to access the configuration of a module
 class Server
          encapsulates the server description as defined in the OGC Web Map Context specification 1.0.0
 class SLD
          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. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/Style.html" title="class in org.deegree_impl.clients.context">Style</A></B></CODE> <BR>           this class encapsulates the style description as defined by the OGC Web Map Context specification</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/StyleList.html" title="class in org.deegree_impl.clients.context">StyleList</A></B></CODE> <BR>           encapsulates a StyleList as defined by the OGC Web Map Context specification</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/ViewContext.html" title="class in org.deegree_impl.clients.context">ViewContext</A></B></CODE> <BR>           is the root class of the Web Map Context</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/ViewContextCollection.html" title="class in org.deegree_impl.clients.context">ViewContextCollection</A></B></CODE> <BR>           This class encapsulates a collection of references to Web Map Context documents as defined by the OGC Web Map Context specification</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/ViewContextReference.html" title="class in org.deegree_impl.clients.context">ViewContextReference</A></B></CODE> <BR>           This class encapsulates a reference to a Web Map Context document as defined int the OGC Web Map Context specification</TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Fields in <A HREF="../../../../org/deegree_impl/clients/context/package-summary.html">org.deegree_impl.clients.context</A> declared as <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>private  <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></CODE></FONT></TD> <TD><CODE><B>Layer.</B><B><A HREF="../../../../org/deegree_impl/clients/context/Layer.html#extension">extension</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/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></CODE></FONT></TD> <TD><CODE><B>General.</B><B><A HREF="../../../../org/deegree_impl/clients/context/General.html#extension">extension</A></B></CODE> <BR>            </TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Methods in <A HREF="../../../../org/deegree_impl/clients/context/package-summary.html">org.deegree_impl.clients.context</A> that return <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></CODE></FONT></TD> <TD><CODE><B>Layer.</B><B><A HREF="../../../../org/deegree_impl/clients/context/Layer.html#getExtension()">getExtension</A></B>()</CODE> <BR>           The Extension element is a container tag in which arbitrary vendor specific information can be included without compromising the ability of other clients to enforce schema validation.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></CODE></FONT></TD> <TD><CODE><B>General.</B><B><A HREF="../../../../org/deegree_impl/clients/context/General.html#getExtension()">getExtension</A></B>()</CODE> <BR>            </TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Methods in <A HREF="../../../../org/deegree_impl/clients/context/package-summary.html">org.deegree_impl.clients.context</A> with parameters of type <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></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>Layer.</B><B><A HREF="../../../../org/deegree_impl/clients/context/Layer.html#setExtension(org.deegree.xml.Marshallable)">setExtension</A></B>(<A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> extension)</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>General.</B><B><A HREF="../../../../org/deegree_impl/clients/context/General.html#setExtension(org.deegree.xml.Marshallable)">setExtension</A></B>(<A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> extension)</CODE> <BR>           The Extension element is a container tag in which arbitrary vendor specific information can be included without compromising the ability of other clients to enforce schema validation.</TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Constructors in <A HREF="../../../../org/deegree_impl/clients/context/package-summary.html">org.deegree_impl.clients.context</A> with parameters of type <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/Layer.html#Layer(org.deegree_impl.clients.context.Server, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], org.deegree.ogcbasic.BaseURL, org.deegree.ogcbasic.BaseURL, org.deegree_impl.clients.context.FormatList, org.deegree_impl.clients.context.StyleList, boolean, boolean, org.deegree.xml.Marshallable)">Layer</A></B>(<A HREF="../../../../org/deegree_impl/clients/context/Server.html" title="class in org.deegree_impl.clients.context">Server</A> server, java.lang.String name, java.lang.String title, java.lang.String abstract_, java.lang.String[] srs, <A HREF="../../../../org/deegree/ogcbasic/BaseURL.html" title="interface in org.deegree.ogcbasic">BaseURL</A> dataURL, <A HREF="../../../../org/deegree/ogcbasic/BaseURL.html" title="interface in org.deegree.ogcbasic">BaseURL</A> metadataURL, <A HREF="../../../../org/deegree_impl/clients/context/FormatList.html" title="class in org.deegree_impl.clients.context">FormatList</A> formatList, <A HREF="../../../../org/deegree_impl/clients/context/StyleList.html" title="class in org.deegree_impl.clients.context">StyleList</A> styleList, boolean queryable, boolean hidden, <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> extension)</CODE> <BR>           Creates a new ContextLayer object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/context/General.html#General(java.lang.String, java.lang.String, java.awt.Rectangle, org.deegree.ogcbasic.ContactInformation, org.deegree.model.geometry.GM_Point[], org.deegree.ogcbasic.BaseURL, org.deegree_impl.ogcbasic.ImageURL, java.lang.String[], org.deegree.xml.Marshallable)">General</A></B>(java.lang.String title, java.lang.String abstract_, java.awt.Rectangle window, <A HREF="../../../../org/deegree/ogcbasic/ContactInformation.html" title="interface in org.deegree.ogcbasic">ContactInformation</A> contactInformation, <A HREF="../../../../org/deegree/model/geometry/GM_Point.html" title="interface in org.deegree.model.geometry">GM_Point</A>[] boundingBox, <A HREF="../../../../org/deegree/ogcbasic/BaseURL.html" title="interface in org.deegree.ogcbasic">BaseURL</A> descriptionURL, <A HREF="../../../../org/deegree_impl/ogcbasic/ImageURL.html" title="class in org.deegree_impl.ogcbasic">ImageURL</A> logoURL, java.lang.String[] keywords, <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> extension)</CODE> <BR>           Creates a new General object.</TD> </TR> </TABLE>   <P> <A NAME="org.deegree_impl.clients.wmsclient.configuration"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> in <A HREF="../../../../org/deegree_impl/clients/wmsclient/configuration/package-summary.html">org.deegree_impl.clients.wmsclient.configuration</A></FONT></TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../org/deegree_impl/clients/wmsclient/configuration/package-summary.html">org.deegree_impl.clients.wmsclient.configuration</A> that implement <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/clients/wmsclient/configuration/WMSClientConfiguration.html" title="class in org.deegree_impl.clients.wmsclient.configuration">WMSClientConfiguration</A></B></CODE> <BR>            </TD> </TR> </TABLE>   <P> <A NAME="org.deegree_impl.graphics.sld"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> in <A HREF="../../../../org/deegree_impl/graphics/sld/package-summary.html">org.deegree_impl.graphics.sld</A></FONT></TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../org/deegree_impl/graphics/sld/package-summary.html">org.deegree_impl.graphics.sld</A> that implement <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/CssParameter_Impl.html" title="class in org.deegree_impl.graphics.sld">CssParameter_Impl</A></B></CODE> <BR>           The simple SVG/CSS2 styling parameters are given with the CssParameter element, which is defined as follows: <xs:element name="CssParameter" type="sld:ParameterValueType"/> <xs:complexType name="ParameterValueType" mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="wfs:expression"/> </xs:choice> </xs:complexType> The parameter values are allowed to be complex expressions for maximum flexibility. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/Extent_Impl.html" title="class in org.deegree_impl.graphics.sld">Extent_Impl</A></B></CODE> <BR>           ----------------------------------------------------------------------</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/ExternalGraphic_Impl.html" title="class in org.deegree_impl.graphics.sld">ExternalGraphic_Impl</A></B></CODE> <BR>           The ExternalGraphic element allows a reference to be made to an external graphic file with a Web URL. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/FeatureTypeConstraint_Impl.html" title="class in org.deegree_impl.graphics.sld">FeatureTypeConstraint_Impl</A></B></CODE> <BR>           A FeatureTypeConstraint element is used to identify a feature type by well-known name, using the FeatureTypeName element. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/FeatureTypeStyle_Impl.html" title="class in org.deegree_impl.graphics.sld">FeatureTypeStyle_Impl</A></B></CODE> <BR>           The FeatureTypeStyle defines the styling that is to be applied to a single feature type of a layer). </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/Fill_Impl.html" title="class in org.deegree_impl.graphics.sld">Fill_Impl</A></B></CODE> <BR>           A Fill allows area geometries to be filled. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/Font_Impl.html" title="class in org.deegree_impl.graphics.sld">Font_Impl</A></B></CODE> <BR>           The Font element identifies a font of a certain family, style, weight, size and color. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/Geometry_Impl.html" title="class in org.deegree_impl.graphics.sld">Geometry_Impl</A></B></CODE> <BR>           The Geometry element is optional and if it is absent then the default geometry property of the feature type that is used in the containing FeatureStyleType is used. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/Graphic_Impl.html" title="class in org.deegree_impl.graphics.sld">Graphic_Impl</A></B></CODE> <BR>           A Graphic is a "graphic symbol" with an inherent shape, color, and size. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/GraphicFill_Impl.html" title="class in org.deegree_impl.graphics.sld">GraphicFill_Impl</A></B></CODE> <BR>           The GraphicFill element both indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/Halo_Impl.html" title="class in org.deegree_impl.graphics.sld">Halo_Impl</A></B></CODE> <BR>           Incarnation of a sld:Halo-element. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/LabelPlacement_Impl.html" title="class in org.deegree_impl.graphics.sld">LabelPlacement_Impl</A></B></CODE> <BR>           Used to position a label relative to a point or a line string. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/LayerFeatureConstraints_Impl.html" title="class in org.deegree_impl.graphics.sld">LayerFeatureConstraints_Impl</A></B></CODE> <BR>           The LayerFeatureConstraints element is optional in a NamedLayer and allows the user to specify constraints on what features of what feature types are to be selected by the named-layer reference. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/LegendGraphic_Impl.html" title="class in org.deegree_impl.graphics.sld">LegendGraphic_Impl</A></B></CODE> <BR>           The LegendGraphic element gives an optional explicit Graphic symbol to be displayed in a legend for this rule. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/LinePlacement_Impl.html" title="class in org.deegree_impl.graphics.sld">LinePlacement_Impl</A></B></CODE> <BR>           Incarnation of an sld:LinePlacement-element. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/LineSymbolizer_Impl.html" title="class in org.deegree_impl.graphics.sld">LineSymbolizer_Impl</A></B></CODE> <BR>           Used to render a "stroke" along a linear geometry. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/Mark_Impl.html" title="class in org.deegree_impl.graphics.sld">Mark_Impl</A></B></CODE> <BR>           A Mark takes a "shape" and applies coloring to it. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/NamedLayer_Impl.html" title="class in org.deegree_impl.graphics.sld">NamedLayer_Impl</A></B></CODE> <BR>           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. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/NamedStyle_Impl.html" title="class in org.deegree_impl.graphics.sld">NamedStyle_Impl</A></B></CODE> <BR>           A NamedStyle uses the "name" attribute to identify a style known to the WMS ----------------------------------------------------------------------</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/ParameterValueType_Impl.html" title="class in org.deegree_impl.graphics.sld">ParameterValueType_Impl</A></B></CODE> <BR>            </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/PointPlacement_Impl.html" title="class in org.deegree_impl.graphics.sld">PointPlacement_Impl</A></B></CODE> <BR>           Incarnation of a sld:PointPlacement-element. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/PointSymbolizer_Impl.html" title="class in org.deegree_impl.graphics.sld">PointSymbolizer_Impl</A></B></CODE> <BR>           Used to render a "graphic" at a point. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/PolygonSymbolizer_Impl.html" title="class in org.deegree_impl.graphics.sld">PolygonSymbolizer_Impl</A></B></CODE> <BR>           Used to render an interior "fill" and an outlining "stroke" for a polygon or other 2D-area geometry. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/RemoteOWS_Impl.html" title="class in org.deegree_impl.graphics.sld">RemoteOWS_Impl</A></B></CODE> <BR>           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. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/Rule_Impl.html" title="class in org.deegree_impl.graphics.sld">Rule_Impl</A></B></CODE> <BR>           A rule is used to attach a condition to and group the individual symbolizers used for rendering. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/Stroke_Impl.html" title="class in org.deegree_impl.graphics.sld">Stroke_Impl</A></B></CODE> <BR>           A Stroke allows a string of line segments (or any linear geometry) to be rendered. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/StyledLayerDescriptor_Impl.html" title="class in org.deegree_impl.graphics.sld">StyledLayerDescriptor_Impl</A></B></CODE> <BR>           StyledLayerDescriptor: This is a sequence of styled layers, represented at the first level by Layer and UserLayer elements. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/TextSymbolizer_Impl.html" title="class in org.deegree_impl.graphics.sld">TextSymbolizer_Impl</A></B></CODE> <BR>           Used to render a text label, according to the parameters. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/UserLayer_Impl.html" title="class in org.deegree_impl.graphics.sld">UserLayer_Impl</A></B></CODE> <BR>           In addition to using named layers, it is also useful to be able to define custom user-defined layers for rendering.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/graphics/sld/UserStyle_Impl.html" title="class in org.deegree_impl.graphics.sld">UserStyle_Impl</A></B></CODE> <BR>           A user-defined allows map styling to be defined externally from a system and to be passed around in an interoperable format.</TD> </TR> </TABLE>   <P> <A NAME="org.deegree_impl.ogcbasic"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> in <A HREF="../../../../org/deegree_impl/ogcbasic/package-summary.html">org.deegree_impl.ogcbasic</A></FONT></TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../org/deegree_impl/ogcbasic/package-summary.html">org.deegree_impl.ogcbasic</A> that implement <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/ogcbasic/ContactAddress_Impl.html" title="class in org.deegree_impl.ogcbasic">ContactAddress_Impl</A></B></CODE> <BR>           specifies the data structure of a address and the access to its components based on ISO 19115 ----------------------------------------------------------------------</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/ogcbasic/ContactInformation_Impl.html" title="class in org.deegree_impl.ogcbasic">ContactInformation_Impl</A></B></CODE> <BR>           identification of, and means of communication with a person and/or organization associated with the service/resource. based on ISO 19115 ----------------------------------------------------------------------</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/ogcbasic/ContactPersonPrimary_Impl.html" title="class in org.deegree_impl.ogcbasic">ContactPersonPrimary_Impl</A></B></CODE> <BR>           names the conatct based on ISO 19115 ----------------------------------------------------------------------</TD> </TR> </TABLE>   <P> <A NAME="org.deegree_impl.services"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> in <A HREF="../../../../org/deegree_impl/services/package-summary.html">org.deegree_impl.services</A></FONT></TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../org/deegree_impl/services/package-summary.html">org.deegree_impl.services</A> that implement <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/OGCWebServiceException_Impl.html" title="class in org.deegree_impl.services">OGCWebServiceException_Impl</A></B></CODE> <BR>           A web XXX server has to handle two classes of errors; exceptions that are generated during the processing of a request (such as parsing the request) and exceptions that are generated during the execution of a request (such as a transaction failure). </TD> </TR> </TABLE>   <P> <A NAME="org.deegree_impl.services.capabilities"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> in <A HREF="../../../../org/deegree_impl/services/capabilities/package-summary.html">org.deegree_impl.services.capabilities</A></FONT></TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../org/deegree_impl/services/capabilities/package-summary.html">org.deegree_impl.services.capabilities</A> that implement <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/capabilities/CException_Impl.html" title="class in org.deegree_impl.services.capabilities">CException_Impl</A></B></CODE> <BR>           ----------------------------------------------------------------------</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/capabilities/DCPType_Impl.html" title="class in org.deegree_impl.services.capabilities">DCPType_Impl</A></B></CODE> <BR>           Available Distributed Computing Platforms (DCPs) are listed here. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/capabilities/HTTP_Impl.html" title="class in org.deegree_impl.services.capabilities">HTTP_Impl</A></B></CODE> <BR>           The HTTP-Protocol, which extends the super-interface Protocol.java. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/capabilities/MetadataURL_Impl.html" title="class in org.deegree_impl.services.capabilities">MetadataURL_Impl</A></B></CODE> <BR>           A WFS/WMS/WCS should use one or more <MetadataURL> elements to offer detailed, standardized metadata about the data underneath a particular layer. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/capabilities/Service_Impl.html" title="class in org.deegree_impl.services.capabilities">Service_Impl</A></B></CODE> <BR>           The interface provides acces to the <Service> element of the Capabilities XML providing general metadata for the service as a whole. </TD> </TR> </TABLE>   <P> <A NAME="org.deegree_impl.services.gazetteer.protocol"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> in <A HREF="../../../../org/deegree_impl/services/gazetteer/protocol/package-summary.html">org.deegree_impl.services.gazetteer.protocol</A></FONT></TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../org/deegree_impl/services/gazetteer/protocol/package-summary.html">org.deegree_impl.services.gazetteer.protocol</A> that implement <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/gazetteer/protocol/WFSGGetFeatureRequest_Impl.html" title="class in org.deegree_impl.services.gazetteer.protocol">WFSGGetFeatureRequest_Impl</A></B></CODE> <BR>            </TD> </TR> </TABLE>   <P> <A NAME="org.deegree_impl.services.wfs.protocol"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> in <A HREF="../../../../org/deegree_impl/services/wfs/protocol/package-summary.html">org.deegree_impl.services.wfs.protocol</A></FONT></TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../org/deegree_impl/services/wfs/protocol/package-summary.html">org.deegree_impl.services.wfs.protocol</A> that implement <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wfs/protocol/WFSGetFeatureRequest_Impl.html" title="class in org.deegree_impl.services.wfs.protocol">WFSGetFeatureRequest_Impl</A></B></CODE> <BR>           The GetFeature interface can be used to package one or more query descriptions into a single request. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wfs/protocol/WFSGetFeatureWithLockRequest_Impl.html" title="class in org.deegree_impl.services.wfs.protocol">WFSGetFeatureWithLockRequest_Impl</A></B></CODE> <BR>           The class defines the WFSGetFeatureWithLockRequest_Impl --------------------------------------------------------</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wfs/protocol/WFSInsertResult_Impl.html" title="class in org.deegree_impl.services.wfs.protocol">WFSInsertResult_Impl</A></B></CODE> <BR>           The <InsertResult> element is used to delimit one or more feature identifiers of newly created features. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wfs/protocol/WFSTransactionResponse_Impl.html" title="class in org.deegree_impl.services.wfs.protocol">WFSTransactionResponse_Impl</A></B></CODE> <BR>           In response to a transaction request, the web feature server shall generate an object document indicating the termination status of the transaction. </TD> </TR> </TABLE>   <P> <A NAME="org.deegree_impl.services.wms"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> in <A HREF="../../../../org/deegree_impl/services/wms/package-summary.html">org.deegree_impl.services.wms</A></FONT></TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../org/deegree_impl/services/wms/package-summary.html">org.deegree_impl.services.wms</A> that implement <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/ServiceExceptionReport_Impl.html" title="class in org.deegree_impl.services.wms">ServiceExceptionReport_Impl</A></B></CODE> <BR>           the calss encapsulates a OGC WMS 1.1.1 Service Exception Report</TD> </TR> </TABLE>   <P> <A NAME="org.deegree_impl.services.wms.capabilities"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> in <A HREF="../../../../org/deegree_impl/services/wms/capabilities/package-summary.html">org.deegree_impl.services.wms.capabilities</A></FONT></TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../org/deegree_impl/services/wms/capabilities/package-summary.html">org.deegree_impl.services.wms.capabilities</A> that implement <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/Attribution_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">Attribution_Impl</A></B></CODE> <BR>           The optional <Attribution> element provides a way to identify the source of the map data used in a Layer or collection of Layers. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/AuthorityURL_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">AuthorityURL_Impl</A></B></CODE> <BR>           AuthorityURL encloses an <OnlineResource> element which states the URL of a document defining the meaning of the Identifier values. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/Capability_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">Capability_Impl</A></B></CODE> <BR>           The <Capability> element of the Capabilities XML names the actual operations that are supported by the service instance, the output formats offered for those operations, and the URL prefix for each operation. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/DataSource_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">DataSource_Impl</A></B></CODE> <BR>           name of the data source where the WMS can find the data of a layer. the filterServiceClassName element identifies the filter servive that's responsible for accessing the data. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/DataURL_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">DataURL_Impl</A></B></CODE> <BR>           A Map Server may use DataURL to offer more information about the data underneath a particular layer. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/DeegreeParam_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">DeegreeParam_Impl</A></B></CODE> <BR>            </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/Dimension_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">Dimension_Impl</A></B></CODE> <BR>           The Dimension element declares the _existence_ of a dimension. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/FeatureListURL_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">FeatureListURL_Impl</A></B></CODE> <BR>           A Map Server may use FeatureListURL to point to a list of the features represented in a Layer. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/GazetteerParam_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">GazetteerParam_Impl</A></B></CODE> <BR>            </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/Identifier_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">Identifier_Impl</A></B></CODE> <BR>           A Map Server may use zero or more Identifier elements to list ID numbers or labels defined by a particular Authority. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/Layer_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">Layer_Impl</A></B></CODE> <BR>           Each available map is advertised by a <Layer> element in the Capabilities XML. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/LayerBoundingBox_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">LayerBoundingBox_Impl</A></B></CODE> <BR>           Layers may have zero or more <BoundingBox> elements that are either stated explicitly or inherited from a parent Layer. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/LegendURL_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">LegendURL_Impl</A></B></CODE> <BR>           A Map Server may use zero or more LegendURL elements to provide an image(s) of a legend relevant to each Style of a Layer. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/LogoURL_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">LogoURL_Impl</A></B></CODE> <BR>           The LogoURL is part of the attribution that indicates the provider of a Layer or collection of Layers. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/Operation_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">Operation_Impl</A></B></CODE> <BR>           The interface <Operation> defines the differt types of operations that may be performed by a map server, their access addresses and formats. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/Request_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">Request_Impl</A></B></CODE> <BR>           The interface <Request> describes the acces to the available WMS operations. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/ScaleHint_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">ScaleHint_Impl</A></B></CODE> <BR>           Layers may include a <ScaleHint> element that suggests minimum and maximum scales for which it is appropriate to display this layer. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/Style_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">Style_Impl</A></B></CODE> <BR>           Zero or more Styles may be advertised for a Layer or collection of layers using <Style> elements, each of which shall have <Name> and <Title> elements. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/StyleSheetURL_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">StyleSheetURL_Impl</A></B></CODE> <BR>           StyleSheeetURL provides symbology information foreach Style of a Layer. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/StyleURL_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">StyleURL_Impl</A></B></CODE> <BR>           A Map Server may use StyleURL to offer more information about the data or symbology underlying a particular Style. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private)  class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/UserDefinedSymbolization_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">UserDefinedSymbolization_Impl</A></B></CODE> <BR>           The interface defines the access to optional user-defined symbolization that are only used by SLD-enabled WMSes. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/capabilities/WMSCapabilities_Impl.html" title="class in org.deegree_impl.services.wms.capabilities">WMSCapabilities_Impl</A></B></CODE> <BR>           The purpose of the GetCapabilities operation is described in the Basic Service Elements section, above. </TD> </TR> </TABLE>   <P> <A NAME="org.deegree_impl.services.wms.protocol"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A> in <A HREF="../../../../org/deegree_impl/services/wms/protocol/package-summary.html">org.deegree_impl.services.wms.protocol</A></FONT></TD> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../org/deegree_impl/services/wms/protocol/package-summary.html">org.deegree_impl.services.wms.protocol</A> that implement <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml">Marshallable</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/protocol/WMSGetFeatureInfoRequest_Impl.html" title="class in org.deegree_impl.services.wms.protocol">WMSGetFeatureInfoRequest_Impl</A></B></CODE> <BR>           --------------------------------------------------------</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/deegree_impl/services/wms/protocol/WMSGetMapRequest_Impl.html" title="class in org.deegree_impl.services.wms.protocol">WMSGetMapRequest_Impl</A></B></CODE> <BR>           This interface describes the access to the parameters of a GeMap request. </TD> </TR> </TABLE>   <P> <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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/deegree/xml/Marshallable.html" title="interface in org.deegree.xml"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev">  <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </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">  PREV   NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>    <A HREF="Marshallable.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> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>