Uses of Class
no.uio.edd.utils.geoutils.GeoLocationException

Packages that use GeoLocationException
no.uio.edd.model.geo   
no.uio.edd.utils.geoutils   
 

Uses of GeoLocationException in no.uio.edd.model.geo
 

Methods in no.uio.edd.model.geo that throw GeoLocationException
(package private)  void GeoModelPlaceReg.setGeoModelPlacesWithGeoInfo(org.w3c.dom.NodeList inNodeList)
           
 

Uses of GeoLocationException in no.uio.edd.utils.geoutils
 

Constructors in no.uio.edd.utils.geoutils that throw GeoLocationException
GeoBoundingBox(org.w3c.dom.Node rootNode, java.lang.String offsetMapType, java.lang.String Id)
           
GeoLine(org.w3c.dom.Node rootNode, java.lang.String offsetMapType, java.lang.String id)
           
GeoPoint(org.w3c.dom.Node rootNode, java.lang.String offsetMapType, java.lang.String id)
          Create a new geographical point object based on an XML node
MapSvg(java.lang.String title)