Uses of Interface
anl.repast.gis.OpenMapAgent

Packages that use OpenMapAgent
anl.repast.gis   
anl.repast.gis.data   
anl.repast.gis.display   
uchicago.src.repastdemos.openmap   
 

Uses of OpenMapAgent in anl.repast.gis
 

Subinterfaces of OpenMapAgent in anl.repast.gis
 interface MultiLayerOpenMapAgent
           
 

Classes in anl.repast.gis that implement OpenMapAgent
 class DefaultOpenMapAgent
           
 

Uses of OpenMapAgent in anl.repast.gis.data
 

Methods in anl.repast.gis.data with parameters of type OpenMapAgent
 com.bbn.openmap.LatLonPoint OpenMapData.getCenter(OpenMapAgent omd)
          gets the center of the extents of the OMGraphic Requires that the OMGraphic is an instance of EsriGraphic
 

Uses of OpenMapAgent in anl.repast.gis.display
 

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

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

Uses of OpenMapAgent in uchicago.src.repastdemos.openmap
 

Classes in uchicago.src.repastdemos.openmap that implement OpenMapAgent
 class CircleAgent
           
 class PointAgent
           
 class URLRasterLocationAgent