Is there a more efficient way to join multiple attribute tables based on a spatial relationship than to do multiple separate Spatial Joins?
Taking a land parcel for example, I want to attach all the data from every overlapping layer to individual parcels. Right now I'm doing multiple separate Spatial Joins - is there a more efficient way?