《ArcGIS Runtime SDK for .Net开发笔记》--介绍与环境搭建

时间:2023-03-09 15:55:37
《ArcGIS Runtime SDK for .Net开发笔记》--介绍与环境搭建

一. ArcGIS Runtime SDK for .NET介绍

ArcGIS Runtime SDK for .net是一款针对windows平台的开发包。能够在开发出在windows phone,windows store,windows Desktop环境下运行的程序。 
使用Runtime SDK for .NET能实现地图浏览,绘制,查询,分析,导航和3D等功能。 
《ArcGIS Runtime SDK for .Net开发笔记》--介绍与环境搭建

二.ArcGIS Runtime SDK for .NET环境搭建

1.系统需求

桌面的系统支持

开发的系统环境
 你需要在下面这些系统下开发ArcGIS Runtime SDK for .NET的应用程序。
- windows8和windows8.1基础版,专业和企业版(32位、64位)。
- windows7和windows7 sp1家庭高级版,专业版,企业版和旗舰版(32位、64位)
.NET frameworks需求
     - 4.5.2
- 4.5.1
- 4.5
开发环境
     - Visual Studio 2013(所有版本)
- Visual Studio Express 2013 for Windows Desktop
- Visual Studio 2012 + Update 3(所有版本)
- Visual Studio Express 2012 for Windows Desktop + Update 3
部署的系统环境
你开发出来的程序可以在下面这些系统下运行。
- windows8和windows8.1基础版,专业和企业版(32位、64位)。
- windows7和windows7 sp1家庭高级版,专业版,企业版和旗舰版(32位、64位)。
- windows 2012或windows 2012 R2标准版或数据中心版(64位)。
- windows 2008 R2、windows 2008 R2 SP1和windows 2008 R2 SP2标准版、企业版和数据中心版(64位)。

ArcGIS for Server和ArcGIS for Portal

     如果你的app需要连接Server的数据或则连接Server,需要ArcGIS for Server 10.0及以上版本。如果需要离线使用你的app,需要ArcGIS for Server10.2.2及以上版本。
你的Runtime App可以同ArcGIS for portal 10.2及以上版本使用。

Store的系统支持

开发的系统环境
     - windows8.1基础版,专业和企业版(32位、64位)。

运行的系统环境

 -windows8
开发环境
     - Visual Studio 2013(所有版本)
- Visual Studio Express 2013 for Windows Desktop

windows phone的系统支持

开发的系统环境
     - windows8.1基础版,专业和企业版(32位、64位)。
手机系统
     - windows8.1
开发环境
     - Visual Studio 2013 + Update 2
- Visual Studio Express 2013 for Windows Desktop + Updata 2

2.下载SDK

你可以通过esri开发者网站下载页面下载到SDK。

ArcGIS Runtime SDK for .NET下载地址(下载之前你需要登录网站)。

3.安装SDK

下载下来后双击安装程序 
点击Next 
《ArcGIS Runtime SDK for .Net开发笔记》--介绍与环境搭建 
选择I accept the license agreement,点击Next 
《ArcGIS Runtime SDK for .Net开发笔记》--介绍与环境搭建

选择需要安装的模块,更改安装地址,点击Next 
《ArcGIS Runtime SDK for .Net开发笔记》--介绍与环境搭建 
最后点击Install,等待安装完成就可以使用ArcGIS Runtime SDK for .NET。