基本信息
源码名称:ArcGIS Runtime SDK for .NET.pdf
源码大小:5.63M
文件格式:.pdf
开发语言:C#
更新时间:2020-11-18
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
GIS二次开发

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