Uses of Class
anl.repast.gis.data.FeatureArrayList

Packages that use FeatureArrayList
anl.repast.gis.data   
 

Uses of FeatureArrayList in anl.repast.gis.data
 

Methods in anl.repast.gis.data that return FeatureArrayList
 FeatureArrayList OpenMapData.buildFeatureArrayList(java.util.Collection gisAgents, java.lang.String datasource)
          helper function for writeAgents takes a Collection of GisAgents and a datasource and creates a FeatureArrayList to store the features
 

Methods in anl.repast.gis.data with parameters of type FeatureArrayList
 void OpenMapData.writeFeatureArrayListToDbf(java.util.Collection gisAgents, FeatureArrayList featureList, java.lang.String origDatasource, java.lang.String newDatasource)
          helper function for writeAgents takes the FeatueArrayList and writes it to a dbf file