org.deegree_impl.services.gazetteer.capabilities
Class WFSGCapabilitiesFactory
java.lang.Object
org.deegree_impl.services.gazetteer.capabilities.WFSGCapabilitiesFactory
- public class WFSGCapabilitiesFactory
- extends java.lang.Object
- Version:
- $Revision: 1.5 $
- Author:
- AxxL
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAMESPACE_WFSG
private static final java.lang.String NAMESPACE_WFSG
- See Also:
- Constant Field Values
WFSGCapabilitiesFactory
public WFSGCapabilitiesFactory()
createCapabilities
public static WFSGCapabilities createCapabilities(java.net.URL url)
throws GazetteerException
- Parameters:
url
-
- Returns:
-
- Throws:
GazetteerException
createCapabilities
public static WFSGCapabilities createCapabilities(java.io.Reader reader)
throws java.io.IOException,
org.xml.sax.SAXException,
GazetteerException
- factory method for creating a WFSGCapabilities object from
a file that contains a OGC WFS 1.0 conform XML capabilities document
- Throws:
java.io.IOException
org.xml.sax.SAXException
GazetteerException
createCapabilities
public static WFSGCapabilities createCapabilities(org.w3c.dom.Document doc)
throws GazetteerException
- factory method for creating a WFSGCapabilities object from
a OGC WFS 1.0 conform XML capabilities document
- Throws:
GazetteerException
getSI_Gazetteer
public static SI_Gazetteer getSI_Gazetteer(org.w3c.dom.Element element)
throws GazetteerException
- Parameters:
element
-
- Returns:
-
- Throws:
GazetteerException
getTerritoryOfUse
private static GM_Object getTerritoryOfUse(org.w3c.dom.Element element)
throws GazetteerException
- Parameters:
element
-
- Returns:
-
- Throws:
GazetteerException
getCustodian
private static CitedResponsibleParty getCustodian(org.w3c.dom.Element element)
- calls getCitedResponsibleParty(element)
- Parameters:
element
-
- Returns:
getCitedResponsibleParty
protected static CitedResponsibleParty getCitedResponsibleParty(org.w3c.dom.Element element)
- Parameters:
element
-
- Returns:
getSI_LocationType
public static SI_LocationType getSI_LocationType(org.w3c.dom.Element element)
throws GazetteerException
- Parameters:
element
-
- Returns:
-
- Throws:
GazetteerException
getParent
private static SI_LocationType getParent(org.w3c.dom.Element element)
throws GazetteerException
- Parameters:
element
-
- Returns:
-
- Throws:
GazetteerException
getChild
private static SI_LocationType getChild(org.w3c.dom.Element element)
throws GazetteerException
- Parameters:
element
-
- Returns:
-
- Throws:
GazetteerException
main
public static void main(java.lang.String[] args)
- for testing purposes only
- Parameters:
args
-