anl.repast.gis
Interface GisAgent

All Known Subinterfaces:
GeotoolsAgent, MultiLayerOpenMapAgent, OpenMapAgent
All Known Implementing Classes:
CircleAgent, DefaultGeotoolsAgent, DefaultGisAgent, DefaultOpenMapAgent, PointAgent, URLRasterLocationAgent

public interface GisAgent

Author:
Robert Najlis

Method Summary
 int getGisAgentIndex()
           
 int[] getNeighbors()
           
 java.lang.String[] gisPropertyList()
          This list is expected to consist of pairs of Strings.
 void setGisAgentIndex(int index)
           
 void setNeighbors(int[] neighbors)
           
 

Method Detail

getGisAgentIndex

int getGisAgentIndex()

setGisAgentIndex

void setGisAgentIndex(int index)

gisPropertyList

java.lang.String[] gisPropertyList()
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

Returns:

setNeighbors

void setNeighbors(int[] neighbors)

getNeighbors

int[] getNeighbors()