org.deegree.services.wms.capabilities
Interface Layer

All Known Implementing Classes:
Layer_Impl

public interface Layer

Each available map is advertised by a element in the Capabilities XML. A single parent Layer encloses any number of additional layers, which may be hierarchically nested as desired. Some properties defined in a parent layer are inherited by the children it encloses. These inherited properties may be either redefined or added to by the child.

A Map Server shall include at least one element for each map layer offered. If desired, layers may be repeated in different categories when relevant. No controlled vocabulary has been defined, so at present Layer and Style Names, Titles and Keywords are arbitrary.

The element can enclose child elements providing metadata about the Layer.

----------------------------------------------------------------------

Version:
2002-03-01
Author:
Andreas Poth

Method Summary
 java.lang.String getAbstract()
          Abstract is a narrative description of the map layer.
 Attribution getAttribution()
          The optional element provides a way to identify the source of the map data used in a Layer or collection of Layers.
 AuthorityURL[] getAuthorityURL()
          The authority attribute of the Identifier element corresponds to the name attribute of a separate element.
 LayerBoundingBox[] getBoundingBox()
          Layers may have zero or more elements that are either stated explicitly or inherited from a parent Layer.
 int getCascaded()
          returns '0' if the layer is provided directly form the deegree WMS.
 DataSource[] getDataSource()
          source where the WMS can find the data of a layer.
 DataSource getDataSource(double scale)
          source where the WMS can find the data of a layer that matches the submitted scale.
 DataURL[] getDataURL()
          A Map Server may use DataURL to offer more information about the data represented by a particular layer.
 Dimension[] getDimension()
          Dimension declarations are inherited from parent Layers.
 Extent[] getExtent()
          Extent declarations are inherited from parent Layers.
 FeatureListURL[] getFeatureListURL()
          A Map Server may use a element to point to a list of the features represented in a Layer.
 int getFixedHeight()
          returns '0' if the WMS can resize map to arbitrary height.
 int getFixedWidth()
          returns '0' if the WMS can resize map to arbitrary width.
 Identifier[] getIdentifier()
          A Map Server may use zero or more elements to list ID numbers or labels defined by a particular Authority.
 java.lang.String[] getKeywordList()
          KeywordList contains zero or more Keywords to aid in catalog searches.
 GM_Envelope getLatLonBoundingBox()
          Every Layer shall have exactly one element that is either stated explicitly or inherited from a parent Layer.
 Layer[] getLayer()
          returns a list of layers the are enclosed by this layer.
 MetadataURL[] getMetadataURL()
          A Map Server should use one or more elements to offer detailed, standardized metadata about the data underneath a particular layer.
 java.lang.String getName()
          If, and only if, a layer has a , then it is a map layer that can be requested by using that Name in the LAYERS parameter of a GetMap request.
 Layer getParent()
          returns the parent layer of this layer.
 ScaleHint getScaleHint()
          Layers may include a element that suggests minimum and maximum scales for which it is appropriate to display this layer.
 java.lang.String[] getSrs()
          Every Layer is available in one or more spatial reference systems Every Layer shall have at least one element that is either stated explicitly or inherited from a parent Layer .
 UserStyle getStyle(java.lang.String name)
          returns the UserStyle (SLD) representation of the style identified by the submitted name.
 Style getStyleResource(java.lang.String name)
          returns the Style identified by the submitted name.
 Style[] getStyles()
          returns a list of style that can be used form rendering the layer.
 java.lang.String getTitle()
          A is required for all layers; it is a human-readable string for presentation in a menu. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/deegree/services/wms/capabilities/Layer.html#hasNoSubsets()">hasNoSubsets</A></B>()</CODE> <BR>           returns false if the WMS can map a subset of the full bounding box.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/deegree/services/wms/capabilities/Layer.html#isOpaque()">isOpaque</A></B>()</CODE> <BR>           returns false if map data represents vector features that probably do not completely fill space.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/deegree/services/wms/capabilities/Layer.html#isQueryable()">isQueryable</A></B>()</CODE> <BR>           returns true if the layer is queryable. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/deegree/services/wms/capabilities/Layer.html#isSrsSupported(java.lang.String)">isSrsSupported</A></B>(java.lang.String srs)</CODE> <BR>           return s true if the submitted srs (name) is supported by the layer</TD> </TR> </TABLE>   <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- ============ 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>If, and only if, a layer has a <Name>, then it is a map layer that can be requested by using that Name in the LAYERS parameter of a GetMap request. If the layer has a Title but no Name, then that layer is only a category title for all the layers nested within. A Map Server that advertises a Layer containing a Name element shall be able to accept that Name as the value of LAYERS argument in a GetMap request and return the corresponding map. A Client shall not attempt to request a layer that has a Title but no Name. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getTitle()"><!-- --></A><H3> getTitle</H3> <PRE> public java.lang.String <B>getTitle</B>()</PRE> <DL> <DD>A <Title> is required for all layers; it is a human-readable string for presentation in a menu. The Title is not inherited by child Layers. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getAbstract()"><!-- --></A><H3> getAbstract</H3> <PRE> public java.lang.String <B>getAbstract</B>()</PRE> <DL> <DD>Abstract is a narrative description of the map layer. The Abstract elements are not inherited by child Layers. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getKeywordList()"><!-- --></A><H3> getKeywordList</H3> <PRE> public java.lang.String[] <B>getKeywordList</B>()</PRE> <DL> <DD>KeywordList contains zero or more Keywords to aid in catalog searches. The KeywordList elements are not inherited by child Layers. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getSrs()"><!-- --></A><H3> getSrs</H3> <PRE> public java.lang.String[] <B>getSrs</B>()</PRE> <DL> <DD>Every Layer is available in one or more spatial reference systems Every Layer shall have at least one <SRS> element that is either stated explicitly or inherited from a parent Layer . The root <Layer> element shall include a sequence of zero or more SRS elements listing all SRSes that are common to all subsidiary layers. Use a single SRS element with empty content (like so: "<SRS></SRS> ") if there is no common SRS. Layers may optionally add to the global SRS list, or to the list inherited from a parent layer. Any duplication shall be ignored by clients. When a Layer is available in several Spatial Reference Systems, there are two ways to encode the list of SRS values. The first of these is new in this version of the specification, the second is deprecated but still included for backwards compatibility.<p></p> 1. Optional, recommended: Multiple single-valued <SRS> elements: a list of SRS values is represented as a sequence of <SRS> elements, each of which contains only a single SRS name. Example: <SRS>EPSG:1234</SRS> <SRS>EPSG:5678</SRS>.<p></p> 2. Deprecated: Single list-valued <SRS> element: a list of SRS values is represented asa whitespace-separated list of SRS names contained within a single <SRS> element. Example: <SRS>EPSG:1234 EPSG:5678</SRS>. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="isSrsSupported(java.lang.String)"><!-- --></A><H3> isSrsSupported</H3> <PRE> public boolean <B>isSrsSupported</B>(java.lang.String srs)</PRE> <DL> <DD>return s true if the submitted srs (name) is supported by the layer <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getLatLonBoundingBox()"><!-- --></A><H3> getLatLonBoundingBox</H3> <PRE> public <A HREF="../../../../../org/deegree/model/geometry/GM_Envelope.html" title="interface in org.deegree.model.geometry">GM_Envelope</A> <B>getLatLonBoundingBox</B>()</PRE> <DL> <DD>Every Layer shall have exactly one <LatLonBoundingBox> element that is either stated explicitly or inherited from a parent Layer. LatLonBoundingBox states the minimum bounding rectangle of the map data in the EPSG:4326 geographic coordinate system. The LatLonBoundingBox attributes minx, miny, maxx, maxy indicate the edges of an enclosing rectangle in decimal degrees. LatLonBoundingBox shall be supplied regardless of what SRS the map server may support, but it may be approximate if EPSG:4326 is not supported. Its purpose is to facilitate geographic searches without requiring coordinate transformations by the search engine. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getBoundingBox()"><!-- --></A><H3> getBoundingBox</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/LayerBoundingBox.html" title="interface in org.deegree.services.wms.capabilities">LayerBoundingBox</A>[] <B>getBoundingBox</B>()</PRE> <DL> <DD>Layers may have zero or more <BoundingBox> elements that are either stated explicitly or inherited from a parent Layer. Each BoundingBox states the bounding rectangle of the map data in a particular spatial reference system; the attribute SRS indicates which SRS applies. If the data area is shaped irregularly then the BoundingBox gives the minimum enclosing rectangle. The attributes minx, miny, maxx, maxy indicate the edges of the bounding box in units of the specified SRS. Optional resx and resy attributes indicate the spatial resolution of the data in those same units. <p></p> A Layer may have multiple BoundingBox element, but each one shall state a different SRS. A Layer inherits any BoundingBox values defined by its parents. A BoundingBox inherited from the parent Layer for a particular SRS is replaced by any declaration for the same SRS in the child Layer. A BoundingBox in the child for a new SRS not already declared by the parent is added to the list of bounding boxes for the child Layer. A single Layer element shall not contain more than one BoundingBox for the same SRS. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getDimension()"><!-- --></A><H3> getDimension</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/Dimension.html" title="interface in org.deegree.services.wms.capabilities">Dimension</A>[] <B>getDimension</B>()</PRE> <DL> <DD>Dimension declarations are inherited from parent Layers. Any new Dimension declarations in the child are added to the list inherited from the parent. A child shall not redefine a Dimension with the same name attribute as one that was inherited. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getExtent()"><!-- --></A><H3> getExtent</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/Extent.html" title="interface in org.deegree.services.wms.capabilities">Extent</A>[] <B>getExtent</B>()</PRE> <DL> <DD>Extent declarations are inherited from parent Layers. Any Extent declarations in the child with the same name attribute as one inherited from the parent replaces the value declared by the parent. A Layer shall not declare an Extent unless a Dimension with the same name has been declared or inherited earlier in the Capabilities XML. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getAttribution()"><!-- --></A><H3> getAttribution</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/Attribution.html" title="interface in org.deegree.services.wms.capabilities">Attribution</A> <B>getAttribution</B>()</PRE> <DL> <DD>The optional <Attribution> element provides a way to identify the source of the map data used in a Layer or collection of Layers. Attribution encloses several optional elements: <OnlineResource> states the data provider's URL; <Title> is a human-readable string naming the data provider; <LogoURL> is the URL of a logo image. Client applications may choose to display one or more of these items. A <Format> element in LogoURL indicates the MIME type of the logo image, and the attributes width and height state the size of the image in pixels. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getAuthorityURL()"><!-- --></A><H3> getAuthorityURL</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/AuthorityURL.html" title="interface in org.deegree.services.wms.capabilities">AuthorityURL</A>[] <B>getAuthorityURL</B>()</PRE> <DL> <DD>The authority attribute of the Identifier element corresponds to the name attribute of a separate <AuthorityURL> element. AuthorityURL encloses an <OnlineResource> element which states the URL of a document defining the meaning of the Identifier values. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getIdentifier()"><!-- --></A><H3> getIdentifier</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/Identifier.html" title="interface in org.deegree.services.wms.capabilities">Identifier</A>[] <B>getIdentifier</B>()</PRE> <DL> <DD>A Map Server may use zero or more <Identifier> elements to list ID numbers or labels defined by a particular Authority. The text content of the Identifier element is the ID value. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getMetadataURL()"><!-- --></A><H3> getMetadataURL</H3> <PRE> public <A HREF="../../../../../org/deegree/services/capabilities/MetadataURL.html" title="interface in org.deegree.services.capabilities">MetadataURL</A>[] <B>getMetadataURL</B>()</PRE> <DL> <DD>A Map Server should use one or more <MetadataURL> elements to offer detailed, standardized metadata about the data underneath a particular layer. The type attribute indicates the standard to which the metadata complies. Two types are defined at present: the value 'TC211' refers to [ISO 19115]; the value 'FGDC' refers to [FGDC-STD-001-1988]. The MetadataURL element shall not be used to reference metadata in a non-standardized metadata format; see DataURL instead. The enclosed <Format> element indicates the file format MIME type of the metadata record. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getDataURL()"><!-- --></A><H3> getDataURL</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/DataURL.html" title="interface in org.deegree.services.wms.capabilities">DataURL</A>[] <B>getDataURL</B>()</PRE> <DL> <DD>A Map Server may use DataURL to offer more information about the data represented by a particular layer. While the semantics are not well-defined, as long as the results of an HTTP GET request against the DataURL are properly MIME-typed, Viewer Clients and Cascading Map Servers can make use of this. Use <MetadataURL> instead for a precisely defined reference to standardized metadata records. <P> <DD><DL> <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="getFeatureListURL()"><!-- --></A><H3> getFeatureListURL</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/FeatureListURL.html" title="interface in org.deegree.services.wms.capabilities">FeatureListURL</A>[] <B>getFeatureListURL</B>()</PRE> <DL> <DD>A Map Server may use a <FeatureListURL> element to point to a list of the features represented in a Layer. <P> <DD><DL> <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="getStyles()"><!-- --></A><H3> getStyles</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/Style.html" title="interface in org.deegree.services.wms.capabilities">Style</A>[] <B>getStyles</B>()</PRE> <DL> <DD>returns a list of style that can be used form rendering the layer. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getStyle(java.lang.String)"><!-- --></A><H3> getStyle</H3> <PRE> public <A HREF="../../../../../org/deegree/graphics/sld/UserStyle.html" title="interface in org.deegree.graphics.sld">UserStyle</A> <B>getStyle</B>(java.lang.String name)</PRE> <DL> <DD>returns the <tt>UserStyle</tt> (SLD) representation of the style identified by the submitted name. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - of the requested style <DT><B>Returns:</B><DD>SLD - UserStyle</DL> </DD> </DL> <HR> <A NAME="getStyleResource(java.lang.String)"><!-- --></A><H3> getStyleResource</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/Style.html" title="interface in org.deegree.services.wms.capabilities">Style</A> <B>getStyleResource</B>(java.lang.String name)</PRE> <DL> <DD>returns the <tt>Style</tt> identified by the submitted name. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - of the requested style <DT><B>Returns:</B><DD>Style</DL> </DD> </DL> <HR> <A NAME="getScaleHint()"><!-- --></A><H3> getScaleHint</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/ScaleHint.html" title="interface in org.deegree.services.wms.capabilities">ScaleHint</A> <B>getScaleHint</B>()</PRE> <DL> <DD>Layers may include a <ScaleHint> element that suggests minimum and maximum scales for which it is appropriate to display this layer. Because WMS output is destined for output devices of arbitrary size and resolution, the usual definition of scale as the ratio of map size to real-world size is not appropriate here. The following definition of Scale Hint is recommended. Consider a hypothetical map with a given Bounding Box, width and height. The central pixel of that map (or the pixel just to the northwest of center) will have some size, which can be expressed as the ground distance in meters of the southwest to northeast diagonal of that pixel. The two values in ScaleHint are the minimum and maximum recommended values of that diagonal. It is recognized that this definition is not geodetically precise, but at the same time the hope is that by including it conventions will develop that can be later specified more clearly. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getLayer()"><!-- --></A><H3> getLayer</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/Layer.html" title="interface in org.deegree.services.wms.capabilities">Layer</A>[] <B>getLayer</B>()</PRE> <DL> <DD>returns a list of layers the are enclosed by this layer. <P> <DD><DL> <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="getDataSource()"><!-- --></A><H3> getDataSource</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/DataSource.html" title="interface in org.deegree.services.wms.capabilities">DataSource</A>[] <B>getDataSource</B>()</PRE> <DL> <DD>source where the WMS can find the data of a layer. <P> <DD><DL> <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="getDataSource(double)"><!-- --></A><H3> getDataSource</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/DataSource.html" title="interface in org.deegree.services.wms.capabilities">DataSource</A> <B>getDataSource</B>(double scale)</PRE> <DL> <DD>source where the WMS can find the data of a layer that matches the submitted scale. If no <tt>DataSource</tt> is defined that matches the scale, </tt>null</tt> will be returned; <P> <DD><DL> <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="getParent()"><!-- --></A><H3> getParent</H3> <PRE> public <A HREF="../../../../../org/deegree/services/wms/capabilities/Layer.html" title="interface in org.deegree.services.wms.capabilities">Layer</A> <B>getParent</B>()</PRE> <DL> <DD>returns the parent layer of this layer. If the method returns <tt>null</tt> the current layer is the root layer. In addition with the <tt>getLayer</tt> method this enables a program to traverse the layer tree in both directions. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="isQueryable()"><!-- --></A><H3> isQueryable</H3> <PRE> public boolean <B>isQueryable</B>()</PRE> <DL> <DD>returns true if the layer is queryable. That means it can be targeted by a GetFeatureInfo request. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getCascaded()"><!-- --></A><H3> getCascaded</H3> <PRE> public int <B>getCascaded</B>()</PRE> <DL> <DD>returns '0' if the layer is provided directly form the deegree WMS. other it returns the number of cascaded WMS servers the is passed through <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="isOpaque()"><!-- --></A><H3> isOpaque</H3> <PRE> public boolean <B>isOpaque</B>()</PRE> <DL> <DD>returns false if map data represents vector features that probably do not completely fill space. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasNoSubsets()"><!-- --></A><H3> hasNoSubsets</H3> <PRE> public boolean <B>hasNoSubsets</B>()</PRE> <DL> <DD>returns false if the WMS can map a subset of the full bounding box. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getFixedWidth()"><!-- --></A><H3> getFixedWidth</H3> <PRE> public int <B>getFixedWidth</B>()</PRE> <DL> <DD>returns '0' if the WMS can resize map to arbitrary width. nonzero: map has a fixed width that cannot be changed by the WMS. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getFixedHeight()"><!-- --></A><H3> getFixedHeight</H3> <PRE> public int <B>getFixedHeight</B>()</PRE> <DL> <DD>returns '0' if the WMS can resize map to arbitrary height. nonzero: map has a fixed height that cannot be changed by the WMS. <P> <DD><DL> </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/Layer.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/services/wms/capabilities/Identifier.html" title="interface in org.deegree.services.wms.capabilities"><B>PREV CLASS</B></A>   <A HREF="../../../../../org/deegree/services/wms/capabilities/LayerBoundingBox.html" title="interface in org.deegree.services.wms.capabilities"><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="Layer.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 | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>