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

Licensing


One of the great features of developing with ArcGIS Runtime is that you can download it and start developing as soon as you create a developer account. Of course, you will also see this watermark on your map until it is licensed:

You will also see a debug message in the Output window of Visual Studio. To have these messages removed from your app, you need to license it so that it meets Esri's license agreement terms. Let's discuss what kind of licensing options we have first, however. You have three licensing options:

  • Developer

  • Basic

  • Standard

You can develop and test using a Developer license at no cost. This is the kind of license you have once you download the SDK. A Developer license is not for deployment. A Basic license won't cost you anything, except that it has limited functionality. You can deploy with a Basic license. The Standard version of ArcGIS Runtime has a cost associated with it and it exposes all of the functionality of the API. You can also deploy with a Standard...