[GIS] How to split a polygon into multiple small parts by grid

arcgis-9.3arcgis-desktopvector-grid

we delineated a river basin in shape file and generated a line-featured shapefile using Hawths tools.

now our task is that we want to divide this basin into small polygons by gird in order to compute the area within the grid at the boundary. Does anyone know how to implement this using arcgis 9.3? Your help will be greatly appreciated.

Best Answer

Here is what you can do:

  1. If your grid is a raster convert it to a polygon feature class (fc)
  2. Use the Split tool (or ET GeoWizard Split by Location tool) to create multiple fc by the split attribute
  3. Use Merge tool to merge mutiple fc to one fc