Hi all,
I have the following concern: I need to create a feature class based on two inputs:
1- Table for shops(shopID, parcelID), that indicates for each shop, the parcel where it persists.
2- Parcel feature class, it contains parcels(shape=polygon,coordinates, parcelID, parcelname...).
The resulted feature class will contain shops. The coordinates of a shop are calculated by random distribution around the center of the parcel where the shop exists.
Please help!