I'm working on our road/address data management system, and some of the fields of my road centerline identify the attributes of polygons on either side of the road centerline. For example, Subdivisions, Zip Codes, Postal Cities, and Municipalities.
I'd like to create an attribute rule to automatically populate this data when creating or updating a line feature. It would be easy enough to identify the intersecting polygon, but can I do so for polygons on the left or right side of the line based on the direction of digitization?
Thanks.
You should consider using the ESRI address data management solution. You can craft an attribute rule to fire when you add a site address point that picks up underlying polygon data.
Thanks. I've built ours from Esri's solution, and I'm doing a lot of calculations for our point features based on intersecting polygons. I'm just wondering if it's possible to specifically identify polygon features on either side of a line to populate fields like CityLeft, CityRight, etc.
Not that I'm aware of.