Zum Hauptinhalt gehen

add point to map using X Y Coordinates

Kommentare

3 Kommentare

  • Permanently deleted user

    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
  • Permanently deleted user

    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
  • Permanently deleted user

    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.