|
From: Tom H. <th...@us...> - 2001-10-18 21:25:23
|
Update of /cvsroot/repast/repast/uchicago/src/sim/space/gis/raster In directory usw-pr-cvs1:/tmp/cvs-serv21294 Modified Files: RasterSpace.java Log Message: Added support for multiple rasters within a space. Basically the goal of this is to allow changes to the space without changing the underlying structure. I have seen where people were using data on the landscape, but wanted to measure other things. This allows them to do such. Also added a bunch of javadoc. |