Select to view content in your preferred language

Projection in real time

1499
1
05-06-2014 07:20 AM
Enguerranddes_Vaux
Regular Contributor
Hi everyone !
I would like to track the mouse on the map and i would like to print the coordinate in different  coordinate sytem ( like WGS84 to NTF (Paris) / Lambert zone II ). any help is appreciate 🙂

I know i can use TrackPoint to get one point but i would like to have the point of the cursor without clicking.

It is possible to convert a point to an other coordinate sytem ?
0 Kudos
1 Reply
Enguerranddes_Vaux
Regular Contributor
to project a point :

ESRI.ArcGISExplorer.Geometry.Point resultPoint = ESRI.ArcGISExplorer.Geometry.GeometryOperations.Project(originePoint, CoordinateSystem) as ESRI.ArcGISExplorer.Geometry.Point;

just need to find the cursor position on the map in real time.
0 Kudos