org.deegree_impl.services.gazetteer
Class GazetteerFactory

java.lang.Object
  extended byorg.deegree_impl.services.gazetteer.GazetteerFactory

public class GazetteerFactory
extends java.lang.Object

Since:
1.1
Version:
$Revision: 1.8 $, 1.0. $Revision: 1.8 $, $Date: 2004/04/07 06:43:49 $
Author:
Andreas Poth, last edited by: $Author: poth $

Field Summary
private static java.lang.String LINS
           
 
Constructor Summary
GazetteerFactory()
           
 
Method Summary
static SI_LocationInstance createLocationInstance(org.w3c.dom.Element element)
          creates a SI_LocationInstance from the passed Element
static SI_LocationInstance createLocationInstance(java.util.HashMap map)
           
static SI_LocationInstance[] createLocationInstances(org.w3c.dom.Element root)
          creates an array of SI_LocationInstances from the passed Document
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINS

private static java.lang.String LINS
Constructor Detail

GazetteerFactory

public GazetteerFactory()
Method Detail

createLocationInstances

public static SI_LocationInstance[] createLocationInstances(org.w3c.dom.Element root)
                                                     throws GazetteerException
creates an array of SI_LocationInstances from the passed Document

Parameters:
root - Element containing an XML representation of one ore more SI_LocationInstances
Returns:
Throws:
GazetteerException

createLocationInstance

public static SI_LocationInstance createLocationInstance(org.w3c.dom.Element element)
                                                  throws GazetteerException
creates a SI_LocationInstance from the passed Element

Parameters:
element - containing an XML representation of a SI_LocationInstance
Returns:
Throws:
GazetteerException

createLocationInstance

public static SI_LocationInstance createLocationInstance(java.util.HashMap map)
                                                  throws GazetteerException
Throws:
GazetteerException