Select to view content in your preferred language

NM State Plane to Lat Long

771
3
03-22-2011 10:19 AM
GregoryDillon
Occasional Contributor
How do I convert (project) a Mappoint from NM State Plane (wkid 2903) to Lat Long (wkid 4152).   I can't seem to find the API method to do this.
0 Kudos
3 Replies
ScottFriedrich
Regular Contributor
You can use a Geometry Service to Project:
http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Geometry_serv...

Or, if your goal is to use these coordinates back on the server via a WCF web service then you can use the Arcobjects API.

Good Luck,

Scott
0 Kudos
GregoryDillon
Occasional Contributor
Thanks - great suggestion - that worked
0 Kudos
JenniferNery
Esri Regular Contributor
0 Kudos