org.deegree_impl.services.wms.capabilities
Class DataURL_Impl

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

class DataURL_Impl
extends BaseURL_Impl
implements DataURL, Marshallable

A Map Server may use DataURL to offer more information about the data underneath 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.

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

Version:
$Revision: 1.9 $
Author:
Katharina Lupp, Markus Schneider

Field Summary
 
Fields inherited from class org.deegree_impl.ogcbasic.BaseURL_Impl
 
Constructor Summary
(package private) DataURL_Impl(java.lang.String format, java.net.URL onlineResource)
          constructor initializing the class with the
 
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

DataURL_Impl

DataURL_Impl(java.lang.String format,
             java.net.URL onlineResource)
constructor initializing the class with the

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