1. I have two polygon layer, one is called zone area such as 500meter circle. the number of circles are 300, and some of them are overlayed in spatial
2. another polygon layer is land use, including different styles such as Residient, commerical...20 types.
question is: how could i get a table that know in each circle, the area for different types of land use.
for example:
residential commercial green commercial ....
circle1 0 300 20 11
circle 2 200 0 0 99
circle 3
....
circle 300
i have tried the Tabulate area. when the circle is not overlayed, it worked.
but my question is, how to deal with the situation when the circle are highly overlayed..