Uses of Class
no.uio.edd.model.geo.map.GeoPlace

Packages that use GeoPlace
no.uio.edd.model.geo.map   
 

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

Methods in no.uio.edd.model.geo.map that return GeoPlace
 GeoPlace GeoMap.addGeoPlace(java.lang.String id)
           
 GeoPlace GeoRelationship.getDomain()
           
 GeoPlace GeoMap.getGeoPlace(java.lang.String id)
          Find a place in the vector map system.
 GeoPlace[] GeoMap.getLayer(int num)
           
 GeoPlace GeoRelationship.getRange()
           
 GeoPlace GeoEvent.getTakesPartAtPlace()
           
 GeoPlace[] GeoPlace.getTheOnesIAmBetween()
           
static GeoPlace[] GeoPlace.toGeoPlaceArr(ExtendableObjectList objList)
          Convert an ExtendableObjectList containing GeoPlace objects to a GeoPlace array, removing null elements.
 

Methods in no.uio.edd.model.geo.map with parameters of type GeoPlace
 boolean GeoPlace.coveredByMe(GeoPlace gp)
           
 GeoRelationship GeoPlace.getGeoRelationship(GeoPlace target)
          Will return the GeoRelationship to the target GeoPlace if it exists.
 boolean GeoPlace.moveMeToTheBorder(GeoPlace theBorderOfThis, double direction)
           
 java.lang.String GeoPlace.putMeBetween(GeoPlace place1, GeoPlace place2)
          Put this GeoPlace object between the two others.
 void GeoEvent.setTakesPartAtPlace(GeoPlace takesPartAtPlace)
           
 

Constructors in no.uio.edd.model.geo.map with parameters of type GeoPlace
GeoEvent(java.lang.String id, GeoPlace atPlace)
           
GeoRelationship(java.lang.String id, GeoPlace source, GeoPlace target)
          Create a new relationship between two places.