GeoJSON conversion support with Pro SDK

498
1
06-25-2020 09:47 AM
RoyJackson2
New Contributor III

Does the Pro SDK provide any helpers to convert geoJson (not esri Json) both to and from ArcGIS.Core.Geometry. MapPoint, Polyline, and Polygon?

If not, are there any recommended techniques, third party Nuget packages, or github reps for reading and converting geoJson content from an API for display in Pro?

0 Kudos
1 Reply
UmaHarano
Esri Regular Contributor

Currently, you can use a GP Tool to work with GeoJSON conversion: JSON To Features—Conversion toolbox | Documentation 

ExecuteToolAsync API method can be used to call any GP tool.  

Thanks!

Uma