I have 2 shapefiles. One of them has nested buffers, and other one has road segments. I want to calculate mean length of segments for each buffer area. I tried intersect and identiry, however both of them divided road segments into several parts with respect to all buffer orders. How can I intersect these two data without breaking road segments?
Ps: I have too many buffers in too many shape files, so have to find a shortcut.