anl.repast.gis
Class DefaultGisAgent
java.lang.Object
anl.repast.gis.DefaultGisAgent
- All Implemented Interfaces:
- GisAgent
public class DefaultGisAgent
- extends java.lang.Object
- implements GisAgent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultGisAgent
public DefaultGisAgent()
getGisAgentIndex
public int getGisAgentIndex()
- Specified by:
getGisAgentIndex in interface GisAgent
setGisAgentIndex
public void setGisAgentIndex(int index)
- Specified by:
setGisAgentIndex in interface GisAgent
gisPropertyList
public java.lang.String[] gisPropertyList()
- Description copied from interface:
GisAgent
- This list is expected to consist of pairs of Strings. the first is the name to be displayed, the second is the
function to be called to get the value
the gisPropertyList is used for displaying agent in OpenMap and for the writeAgentsNoShp function
- Specified by:
gisPropertyList in interface GisAgent
- Returns:
getFillPaint
public java.awt.Paint getFillPaint()
setNeighbors
public void setNeighbors(int[] neighbors)
- Specified by:
setNeighbors in interface GisAgent
getNeighbors
public int[] getNeighbors()
- Specified by:
getNeighbors in interface GisAgent
getOMGraphic
public com.bbn.openmap.omGraphics.OMGraphic getOMGraphic()
setOMGraphic
public void setOMGraphic(com.bbn.openmap.omGraphics.OMGraphic omg)