Select to view content in your preferred language

Adding new feature using coordinates

851
2
Jump to solution
10-03-2012 12:25 AM
AhmedDD
New Contributor
Hi all

How can I create a new polygon feature using coordinates, The goal is to allow an end user to enter the coordinates of the polygon and then create the feature and save into a SDE SQLServer DB, is it possible?

any help will be greatly appreciated

Regards
0 Kudos
1 Solution

Accepted Solutions
DominiqueBroux
Esri Frequent Contributor
You can create new features by code. there is a sample here : http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#AddGraphics

To store them in the GDB, you need to set up a feature server and allow editing for this server. But there is nothing specific because the user enters the coordinates manually.
There are editing samples here : http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#EditToolsAutoSave

View solution in original post

0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
You can create new features by code. there is a sample here : http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#AddGraphics

To store them in the GDB, you need to set up a feature server and allow editing for this server. But there is nothing specific because the user enters the coordinates manually.
There are editing samples here : http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#EditToolsAutoSave
0 Kudos
AhmedDD
New Contributor
Thanks Dominique, that was helpful
0 Kudos