org.deegree_impl.services.wms.capabilities
Class GazetteerParam_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wms.capabilities.GazetteerParam_Impl
All Implemented Interfaces:
GazetteerParam, Marshallable

public class GazetteerParam_Impl
extends java.lang.Object
implements GazetteerParam, Marshallable

Version:
$Revision: 1.2 $
Author:
Andreas Poth

Field Summary
private  java.net.URL gazetteerURL
           
private  double radius
           
 
Constructor Summary
GazetteerParam_Impl(java.net.URL gazetteerURL, double radius)
          Creates a new instance of GazetteerParam_Impl
 
Method Summary
 java.lang.String exportAsXML()
          Returns an XML representation of this object.
 java.net.URL getGazetteer()
          returns the URL where to access the gazetteer
 double getRadius()
          returns the radius to be used to construct a boundingbox if the location requested from the gazetteer if a point geometry with no extent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gazetteerURL

private java.net.URL gazetteerURL

radius

private double radius
Constructor Detail

GazetteerParam_Impl

public GazetteerParam_Impl(java.net.URL gazetteerURL,
                           double radius)
Creates a new instance of GazetteerParam_Impl

Method Detail

getGazetteer

public java.net.URL getGazetteer()
returns the URL where to access the gazetteer

Specified by:
getGazetteer in interface GazetteerParam

getRadius

public double getRadius()
returns the radius to be used to construct a boundingbox if the location requested from the gazetteer if a point geometry with no extent

Specified by:
getRadius in interface GazetteerParam

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