实例介绍
【实例截图】
【核心代码】
Table of Contents Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Get started Install the SDK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 Add ArcGIS Runtime SDK references . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 Develop your first map app . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 Migrate to 100.x from 10.2.x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 Fundamentals Loadable pattern for asynchronous resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 Maps and scenes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 Layers and tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 Layer types described . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 Features and graphics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 Symbols, renderers, and styles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 Symbol types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 Tasks and jobs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82 Offline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88 Utility networks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 Geometries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 Spatial references . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 Local Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 Work with maps (2D) Display a map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119 Build a new map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126 Wraparound maps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133 Save a map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136 Add a layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 Work with scenes (3D) Display a scene . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 142 Build a new scene . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 Navigate a scene view . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 Add features and graphics to a scene view . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 Follow a graphic in a scene view . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161 ArcGIS Runtime SDK for .NET Copyright © 1995-2020 Esri. All rights reserved. 2 Display scenes in augmented reality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 Offline with maps and scenes Work offline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 169 Take a map offline - on-demand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171 Take a map offline - preplanned . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182 Take a map offline - ArcGIS Pro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189 Open an offline map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 190 Update an offline map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193 Finish using an offline map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 Work with offline layers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199 Take a layer offline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203 Take a scene offline - ArcGIS Pro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 214 Display information Add graphics overlays to your app . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 Add graphics and text to graphics overlays . . . . . . . . . . . . . . . . . . . . . . . . . . . . 219 Add image overlays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 225 Symbolize data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 229 Add labels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251 Add raster data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257 Display KML content . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 266 Display a grid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273 Show the device's location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 278 Visualize and compare data over time . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 282 Display electronic navigational charts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 285 Display symbols from a style with a dictionary renderer . . . . . . . . . . . . . . . . . . . . . . . 289 Search Identify features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 Search for places (geocoding) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305 Search for related features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 Edit features Editing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 318 Edit features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 321 Edit geometries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 Relate features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337 ArcGIS Runtime SDK for .NET Copyright © 1995-2020 Esri. All rights reserved. 3 Use geodatabase transactions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 Sync offline edits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344 Use branch versioned data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 348 Edit KML content . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 Route and get directions Find a route . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358 Display driving directions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 364 Navigate a route . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 368 Route to closest location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 374 Generate service areas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383 Add StreetMap Premium data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 391 Perform analysis Geoprocessing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397 Run a geoprocessing task . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 402 Author and publish a geoprocessing model . . . . . . . . . . . . . . . . . . . . . . . . . . . . 408 Get feature statistics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 417 Make measurements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 421 Manage analyses with analysis overlays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 429 Analyze visibility in a scene view . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 431 Trace a utility network . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 442 Use the cloud and servers Access the ArcGIS platform . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 458 Access portal content . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 464 Search for content . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 470 Share a portal item . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 478 Add items to a portal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 481 Use the Authentication Manager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 485 Design considerations Performance considerations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 498 Release your app License your app . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 504 Deploy your app . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 513 Create a Local Server deployment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 516 Reference ArcGIS Runtime SDK for .NET Copyright © 1995-2020 Esri. All rights reserved. 4 Release notes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 521 System requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 602 Essential vocabulary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632 Coordinate systems and transformations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 653 Local Server geoprocessing tools support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 654 Debug using ArcGIS Runtime Windows symbol files . . . . . . . . . . . . . . . . . . . . . . . . 681 Platform error codes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 686 Supported languages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 701 JSON label class properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 703 Support for the web scene specification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 715 Legal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 718
标签: ArcGIS Runtime GIS .NET
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论