Select to view content in your preferred language

capture x y coordinates automatically when creating new feature?

3492
1
10-26-2011 05:24 AM
ronaldbruzzese
Emerging Contributor
i'm using my own hosted arcgis server feature editing service to collect new point features in arcgis online.  is there a way to automatically collect the x and y coordinates when i create the new point feature?
0 Kudos
1 Reply
MikeRudden
Emerging Contributor
Hi,
The act of creating/editing a feature service feature means that you are inherently capturing this information as the geometry (which includes the x,y) of each feature. If you asking whether you can customize Explorer Online to perform some action as you collect points (such as exporting to a spreadsheet or doing something else with them) then the answer is no you can't.

Given that you own the feature service my recommendation would be to use ArcMap to open the feature class itself then use the Add XY Coordinates toolbox tool (Data Managemet Tools > Features) to retrieve this information.

Mike
0 Kudos