Book Image

Learning ArcGIS Runtime SDK for .NET

By : Ron Vincent
Book Image

Learning ArcGIS Runtime SDK for .NET

By: Ron Vincent

Overview of this book

ArcGIS is a geographic information system (GIS) that enables you to work with maps and geographic information. It can be used to create and utilize maps, compile geographic data, analyze mapped information, share and discover geographic information and manage geographic information in a database. This book starts by showing you where ArcGIS Runtime fits within Esri’s overall platform strategy. You'll create an initial map using the SDK, then use it to get an understanding of the MVVM model. You'll find out about the different kinds of layers and start adding layers, and you'll learn to transform maps into a 3D scene. The next chapters will help you comprehend and extract information contained in the maps using co-ordinates and layer objects. Towards the end, you will learn to set the symbology, decide whether to use 2D or 3D, see how to implement 2D or 3D, and learn to search and find objects. You'll also get to grips with many other standard features of the Application Programming Interface (API), including create applications and finally testing, licensing, and deploying them. Once completed, you will be able to meet most of the common requirements of any mapping application for desktop or mobile platforms.
Table of Contents (19 chapters)
Learning ArcGIS Runtime SDK for .NET
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
3
Maps and Layers
12
Configuring, Licensing, and Deploying
Index

Summary


In this chapter, we discussed some of the configuration options you will need to make for your app. We explored configuring with a local file, a web map (using Portal for ArcGIS or ArcGIS Online) or by creating a custom web service with a format specific to ArcGIS Runtime. We then discussed what you'll need to do to correctly license your app, and the licensing requirements. Finally, we discussed how easy it is to deploy your app when written for Windows.

Congratulations! You've completed this book and you're now ready to explore the rest of what ArcGIS Runtime has to offer, no matter the language you choose, because you now understand the API. With that in mind, check out some more of the sample apps and the other assemblies in the API. You can find lots more non-MVVM samples here:

https://github.com/Esri/arcgis-runtime-samples-dotnet

At this point, you will have sufficient knowledge to understand the samples and refactor them to the MVVM pattern.

Also, be sure to check out Esri's...