org.deegree_impl.services.wms.capabilities
Class StyleSheetURL_Impl

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

class StyleSheetURL_Impl
extends BaseURL_Impl
implements StyleSheetURL, Marshallable

StyleSheeetURL provides symbology information foreach Style of 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) StyleSheetURL_Impl(java.lang.String format, java.net.URL onlineResource)
          Creates a new StyleSheetURL_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

StyleSheetURL_Impl

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