add point to map using X Y Coordinates
Hi,
Could you please let me know how to add point to map based on xy coordinate, i have x y coordinates in the table, based on that x y coordinates i have to add point on the map.
-
You can save your table as a CSV file and add it that way. There is an "Add CSV File" button on the toolbar.
0 -
Thanks for your reply,
i have a oracle db, in that i have normal tables with x y coordinates so when user invoke the workflow then at that time we have to display the point on map.
0 -
create a web mercator
"Assign"wm ~new ESRI.ArcGIS.Client.Projection.WebMercator()
"Cast" point ~wm.FromGeographic(new ESRI.ArcGIS.Client.Geometry.MapPoint(Convert.ToDouble(vLongitude),Convert.ToDouble ( vLatitude)))
thanks
Saurabh.S
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare