Uses of Class
no.uio.edd.model.geo.GeoModelLocationException

Packages that use GeoModelLocationException
no.uio.edd.model.geo   
no.uio.edd.model.geo.calc   
no.uio.edd.model.geo.map   
 

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

Methods in no.uio.edd.model.geo that throw GeoModelLocationException
 GeoModelLocation GeoModelRunner.findGeoModelLocation(java.lang.String id)
          Fint the object with a specified ID value.
 

Uses of GeoModelLocationException in no.uio.edd.model.geo.calc
 

Methods in no.uio.edd.model.geo.calc that throw GeoModelLocationException
 java.lang.String GraphTraversal.traverseAllLinks(int firstPara, int lastPara)
           
 java.lang.String GraphTraversal.traverseAllLinks(java.lang.String personId)
          Running through all links in the model, create a dynamic RDF model, creates a GML map based on the RDF model, and exports the RDF model, the GML map, and a list of problems.
 java.lang.String GraphTraversal.traverseAllLinks(java.lang.String[] parasToUse)
          Running through all links in the model, create a dynamic RDF model, creates a GML map based on the RDF model, and exports the RDF model, the GML map, and a list of problems.
 java.lang.String GraphTraversal.traverseAllLinks(java.lang.String rdfFileName, java.lang.String mapFileName, java.lang.String errorFileName)
          Running through all links in the model, create a dynamic RDF model, creates a GML map based on the RDF model, and exports the RDF model, the GML map, and a list of problems.
 

Uses of GeoModelLocationException in no.uio.edd.model.geo.map
 

Methods in no.uio.edd.model.geo.map that throw GeoModelLocationException
 int GeoMap.combineLayers(int layer1, int layer2)
          Include all the places from the two layers into a single new layer.
 GeoPlace[] GeoPlace.getTheOnesIAmBetween()
           
 void GeoMap.inferGeometry()
          Runs through all the places in the model and adds geometries based on the data of the map model, places as well as relationships.
 java.lang.String GeoPlace.putMeBetween(GeoPlace place1, GeoPlace place2)
          Put this GeoPlace object between the two others.