anl.repast.gis
Interface OpenMapAgent

All Superinterfaces:
GisAgent
All Known Subinterfaces:
MultiLayerOpenMapAgent
All Known Implementing Classes:
CircleAgent, DefaultOpenMapAgent, PointAgent, URLRasterLocationAgent

public interface OpenMapAgent
extends GisAgent


Method Summary
 java.awt.Paint getFillPaint()
           
 com.bbn.openmap.omGraphics.OMGraphic getOMGraphic()
           
 void setOMGraphic(com.bbn.openmap.omGraphics.OMGraphic omg)
           
 
Methods inherited from interface anl.repast.gis.GisAgent
getGisAgentIndex, getNeighbors, gisPropertyList, setGisAgentIndex, setNeighbors
 

Method Detail

getFillPaint

java.awt.Paint getFillPaint()

getOMGraphic

com.bbn.openmap.omGraphics.OMGraphic getOMGraphic()

setOMGraphic

void setOMGraphic(com.bbn.openmap.omGraphics.OMGraphic omg)