Select to view content in your preferred language

automatic Centroid Point Calculation

1936
6
09-28-2023 07:40 AM
vijaybadugu
Frequent Contributor

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

0 Kudos
6 Replies
JoséMartinho
Emerging Contributor

Hi vijaybadugu!

It's not difficult, but better than explaining it in words and pictures, watch the short video.

https://youtu.be/-EVWu8VsPTo

Best regards

vijaybadugu
Frequent Contributor

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 

0 Kudos
JoséMartinho
Emerging Contributor

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.

0 Kudos
vijaybadugu
Frequent Contributor

I need to convert Points to the Lat and Long  decimal degrees from NAD_1983_UTM_Zone_15N

0 Kudos
JoséMartinho
Emerging Contributor

Probably!

0 Kudos
vijaybadugu
Frequent Contributor

How to project the x,y to lat and longs in arcade expression?

0 Kudos