Hi,
I am trying to find a way to create graphics and convert those graphics to features (shapefile). Users should be able to draw graphics like point/line/polygon on surface and all those graphics should be converted to a shapefile in a workspace folder. Any help is much appreciated. Thanks
I am trying to find a way to create graphics and convert those graphics to features (shapefile). Users should be able to draw graphics like point/line/polygon on surface and all those graphics should be converted to a shapefile in a workspace folder. Any help is much appreciated. Thanks
I don't know if I am going to be dissapear after this answer, so tell my family that I love them.......
I face a similar problem, but let me tell you that ArcGIS Runtime is quite limited....(I miss ArcObjects..sigh)...
I used DotSpatial library, to be more specific, DotSpatial.Data, you can download it from NuGet.
the process was to iterate over the graphics an use the Dotspatial to create each feature
enjoy