Message 1 of 5
Difference of coordinates between PickPoint method and spot coordinates

Not applicable
03-19-2015
08:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to retrieve coordinates of points to do a least square treatment. Problem is, when I use the pickpoint method with the API it retrieves coordinates that looks like this :
While what I need to retrieve is
First column in U is Easting, second is Northing and third is Elevation.
Points are picked in this order : top left, top right, bottom left, bottom right.
There seem to be different coordinate systems, one for PickPoint, and one for spot coordinates.
Tell me if I'm wrong but I don't think it's a unit conversion problem between feet and meters since the differences are so huge (my project is in meters).
Is there any way to retrieve the values shown by spot coordinates ?
Thanks in advance,
Jordi