Wednesday 10 April 2019

c# - Using .NET Runtime SDK or .NET ArcObjects?


I want to build a desktop GIS application with following features in it:



  • It can be able to read all the attributes of any digitized map

  • It can be able to draw polygon or line

  • With the help of that line, that app can calculate the distance between two points

  • it can be able to calculate area in case of polygon


I have two options and I do not know which to choose or what is best.



Should I use NET Runtime SDK or .NET ArcObjects to develop my GIS application?


My level of C# is moderate. I am not a beginner nor expert.



Answer



I think this blog post on the Esri site is still applicable:


ArcObjects or the ArcGIS Runtime SDKs for Java and WPF—which is right for you?


Though this question discusses the Java flavors, it may help as well.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...