Coordinate conversions exposed in SDK?

3850
2
Jump to solution
09-15-2015 09:50 AM
JosephMcCausland
Esri Contributor

I need the ability to convert from lat/lon coordinates to other formats like MGRS, UTM, GARS, USNG, etc.  Are there any classes exposed in the Pro 1.1 SDK that can do this?

0 Kudos
1 Solution

Accepted Solutions
CharlesMacleod
Esri Regular Contributor

Hi Joseph, functionality similar to what you have with IConversionNotation, etc. in 10x is currently not available in the Pro API. We will add support to the Geometry API (ArcGIS.Core.Geometry) for points conversions (eg MGRS, USNG, GARS) at 1.2 or 1.3

View solution in original post

2 Replies
CharlesMacleod
Esri Regular Contributor

Hi Joseph, functionality similar to what you have with IConversionNotation, etc. in 10x is currently not available in the Pro API. We will add support to the Geometry API (ArcGIS.Core.Geometry) for points conversions (eg MGRS, USNG, GARS) at 1.2 or 1.3

NobbirAhmed
Esri Regular Contributor

Hi Joseph, you can call Convert Coordinate Notation gp tool (in Data Management > Projections) in .Net - check out ArcGIS.Desktop.Core.Geoprocessing documentation to see how to run a geoprocessing tool in .Net using ExecuteToolAsync method.

0 Kudos