I have a requirement that, need to update Latitude and Longitude of polygon shape by using centroid in two different separate fields. The feature class is versioned. In future, Some users might split/merge/edit/add, i that case, how we update those two fields automatically. is there a way to do that ? ArcGIS Pro.3.0
Hi vijaybadugu!
It's not difficult, but better than explaining it in words and pictures, watch the short video.
Best regards
Before Configuring this attribute rules, I had to update the data using configure geometry tool, I have bunch of records with null values of Latitude and Longitude
The trigers activated are the creation and editing trigers, so all existing points have to be calculated. You can use the calculate geometry tool. Configuring the attribute rules ensures that all coordinates are updated from then on, whether they are created or modified points.
I need to convert Points to the Lat and Long decimal degrees from NAD_1983_UTM_Zone_15N
Probably!
How to project the x,y to lat and longs in arcade expression?