Select to view content in your preferred language

Calculations to creating points

534
2
08-29-2023 11:13 PM
HNTZK46
Emerging Contributor

Hi, I am pretty new to this area and trying to figure out how to create or update points features (feature classA) associated with attribute information from a table (feature classB).

Let's say for example, a table (feature classB) shown in the picture below, including Lat and Long values (decimal degrees). Using a calculation rule, I would like to create points (feature classA) using these values whenever new records are added to the table. Additionally, I would like to update the location of existing points whenever the Latitude and Longitude values in the table are updated.

Assume it uses arcade but does anyone know of any approaches to make this possible?

HNTZK46_1-1693375587826.png

 

Tags (2)
0 Kudos
2 Replies
MikeMillerGIS
Esri Frequent Contributor

Take a look at this post that discusses converting to Lat Long

https://community.esri.com/t5/developers-questions/lat-long-unit-conversion-with-arcade/td-p/207271

To add/update features in another class, you will need to read up on return dictionary

https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/attribute-rule-dictionary-k...

0 Kudos
HNTZK46
Emerging Contributor

Thanks for the info!

0 Kudos