Uses of Interface
anl.repast.gis.MultiLayerOpenMapAgent

Packages that use MultiLayerOpenMapAgent
anl.repast.gis.display   
 

Uses of MultiLayerOpenMapAgent in anl.repast.gis.display
 

Methods in anl.repast.gis.display that return MultiLayerOpenMapAgent
 MultiLayerOpenMapAgent RepastOMMultiLayer.findClosestAgent(int x, int y)
          find agent closet to x,y location
 MultiLayerOpenMapAgent RepastOMMultiLayer.findClosestAgent(int x, int y, float limit)
          find agent closet to x,y location within limit
 MultiLayerOpenMapAgent RepastOMMultiLayer.findClosestAgent(java.awt.Point p)
          find agent closet to Point
 MultiLayerOpenMapAgent RepastOMMultiLayer.findClosestAgent(java.awt.Point p, float limit)
          find agent closet to Point within limit
 MultiLayerOpenMapAgent RepastOMMultiLayer.getAgentFromOMGraphic(com.bbn.openmap.omGraphics.OMGraphic omg)
           
 MultiLayerOpenMapAgent RepastOMMultiLayer.getAgentToMove()
           
 

Methods in anl.repast.gis.display with parameters of type MultiLayerOpenMapAgent
 void RepastOMMultiLayer.setAgentToMove(MultiLayerOpenMapAgent agent)