org.deegree_impl.services.wms.capabilities
Class StyleURL_Impl

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

class StyleURL_Impl
extends BaseURL_Impl
implements StyleURL, Marshallable

A Map Server may use StyleURL to offer more information about the data or symbology underlying a particular Style. While the semantics are not well- defined, as long as the results of an HTTP GET request against the StyleURL are properly MIME-typed, Viewer Clients and Cascading Map Servers can make use of this. A possible use could be to allow a Map Server to provide legend information.

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

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) StyleURL_Impl(java.lang.String format, java.net.URL onlineResource)
          Creates a new StyleURL_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

StyleURL_Impl

StyleURL_Impl(java.lang.String format,
              java.net.URL onlineResource)
Creates a new StyleURL_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