Select to view content in your preferred language

Geometry with geoprocessing

183
0
03-03-2020 10:03 AM
Status: Open
Labels (1)
AbelPerez
Frequent Contributor

ArcGIS and Pro: I code mostly in .NET and there are several instances where I need to use geoprocessing on geometry (IPoint, Ipolyline, IPolygon) but it seems almost none of the geoprocessing functions support this? Why? I have to resort to creating an InMemory feature class which requires more overhead if you are creating many geometry objects. I've also found that one or two geoprocessing functions will not work with an InMemory feature class.

Please allow geoprocessing functions to take geometry as an input.