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