ArcGIS Runtime for .NET 開發探秘(一):簡介及開發必要準備

在ArcGIS10.5的整體架構中,ArcGIS Enterprise是WebGIS的核心組成,圍繞ArcGIS Enterprise,ESRI提供了豐富的應用程序以及API作為ArcGIS Enterprise的出入口。ArcGIS RuntimeSDKs即是ESRI推出的用於開發桌面及移動端應用程序的一系列開發包。Quartz是ArcGIS Runtime新版本的代號,目前最新的版本是ArcGIS Runtime 100.1。ArcGIS RuntimeSDKs包括for .Net、for Android、for iOS、for Java、for MacOS、for Qt六個部分。ArcGIS RuntimeSDK for .Net是其中最為特殊的一種,他既可以開發Windows桌面應用、UWP應用程序,還可以利用微軟的Xamarin,開發原生的Android、iOS應用。

Advertisements

本系列所有探秘環節,全部基於ArcGISRuntime SDK for .Net,探秘WPF應用程序開發,後續看情況加入Xamarin.Android開發和Xamarin.iOS的相關內容。

一、 操作系統需求

開發環境要求:Windows7、Windows8.1、Windows 10、macOS

運行環境要求:Windows7、Windows8.1、Windows 10、Windows Server2012、Windows Server 2012 R2

二、 .Net框架需求

需要4.5.2及以上版本的.Net框架

官網下載:

https://download.microsoft.com/download/E/2/1/E21644B5-2DF2-47C2-91BD-63C560427900/NDP452-KB2901907-x86-x64-AllOS-ENU.exe

Advertisements

網盤下載:

http://pan.baidu.com/s/1slfUEU5

三、 IDE需求

Visual Studio2017

Visual Studio2015 Update 3

Visual StudioExpress 2015 for Windows Desktop Update 3

Visual Studio2013 Update 5

Visual StudioExpress 2013 for Windows Desktop Update 5

Visual Studio2012 Update 4

Visual StudioExpress 2012 for Windows Desktop Update 4

四、 ArcGIS Runtime SDK

登陸developer.arcgis.com下載

網盤下載:http://pan.baidu.com/s/1jId1dHG

五、 更多介紹請見官方網站

https://developers.arcgis.com/net/latest/wpf/guide/system-requirements.htm

Advertisements

你可能會喜歡