org.deegree_impl.services.wms.capabilities
Class FeatureListURL_Impl

java.lang.Object
  extended byorg.deegree_impl.ogcbasic.BaseURL_Impl
      extended byorg.deegree_impl.services.wms.capabilities.FeatureListURL_Impl
All Implemented Interfaces:
BaseURL, FeatureListURL, Marshallable

class FeatureListURL_Impl
extends BaseURL_Impl
implements FeatureListURL, Marshallable

A Map Server may use FeatureListURL to point to a list of the features represented in a Layer.

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

Version:
$Revision: 1.9 $
Author:
Andreas Poth, Markus Schneider

Field Summary
 
Fields inherited from class org.deegree_impl.ogcbasic.BaseURL_Impl
 
Constructor Summary
(package private) FeatureListURL_Impl(java.lang.String format, java.net.URL onlineResource)
          Creates a new FeatureListURL_Impl object.
 
Method Summary
 java.lang.String exportAsXML()
          Returns an XML representation of this object.
 
Methods inherited from class org.deegree_impl.ogcbasic.BaseURL_Impl
getFormat, getOnlineResource, setFormat, setOnlineResource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.ogcbasic.BaseURL
getFormat, getOnlineResource
 

Constructor Detail

FeatureListURL_Impl

FeatureListURL_Impl(java.lang.String format,
                    java.net.URL onlineResource)
Creates a new FeatureListURL_Impl object.

Parameters:
format -
onlineResource -
Method Detail

exportAsXML

public java.lang.String exportAsXML()
Returns an XML representation of this object.

Specified by:
exportAsXML in interface Marshallable
Returns:
XML-representation of this object