Hi,
I'm using ESRI JavaScript API and would like to know how I can transform a Point object (given X,Y and SpatialReference) to Longitude and Latitude? I already tried to create a new Point object and called getLatitude() / getLongitude() but it doesn't work.
Example data: X=154814.29750000034, Y=258542.16709999926, SpatialReference=31254
Any suggestions?
Thanks in advance,
Christian