Convert Map points

4082
1
12-13-2014 05:19 AM
ZahidCheema
New Contributor III

I am using OSM map in arc GIS java Runtime Application. How can I convert OSM map point to simple map points or Simple map point to OSM map points. For example

OSM map points: lat=734564 lon=312546  After conversion lon=31.54344 lat=73.157476.

0 Kudos
1 Reply
EricBader
Occasional Contributor III

You may want to start my looking at the project() method on the GeometryEngine object.

GeometryEngine (ArcGIS_Runtime_Java 10.2.4 API)

You'll need to know the spatial reference of the point from OSM and the spatial reference you want to convert the point to.