Uses of Class
no.uio.edd.model.geo.calc.MapPlace

Packages that use MapPlace
no.uio.edd.model.geo.calc   
 

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

Methods in no.uio.edd.model.geo.calc that return MapPlace
(package private)  MapPlace GraphTraversal.getMapPlace(java.lang.String id)
           
 MapPlace[] MapPlace.getMyDirectionRelationPlaces()
           
 MapPlace[] MapPlace.getMyDistanceRelationPlaces()
           
 

Methods in no.uio.edd.model.geo.calc with parameters of type MapPlace
 int MapPlaceComparator.compare(MapPlace o1, MapPlace o2)
           
 java.lang.Double MapPlace.getDirectionRelation(MapPlace to)
           
 java.lang.Double MapPlace.getDistanceRelation(MapPlace to)
           
 void MapPlace.setDirectionRelation(MapPlace to, java.lang.Double direction)
           
 void MapPlace.setDistanceRelation(MapPlace to, java.lang.Double distance)