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?
Solved! Go to Solution.
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
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
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.