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

Chapter 4. From 2D to 3D

In this chapter, we will explore the exciting new 3D capabilities of ArcGIS Runtime. 3D is a major new feature that will bring 3D viewing capabilities while at the desktop or in the field on a mobile device for the first time. At this point in time, 3D is only available in the .NET version of ArcGIS Runtime (Windows, Windows Store, and Windows Phone), but it is expected to be released to all flavors when the Quartz (next major release) version of ArcGIS Runtime is available. To start off, we'll see how easy it is to change a 2D map to 3D, and then we'll discuss how to navigate in 3D, adding layers to a 3D scene, creating surface models, and so on, all of which will be done with the MVVM pattern. We'll discuss the following topics:

  • Why 3D?

  • From 2D to 3D

  • Navigating in 3D

  • 3D layers

  • Surface models

  • MVVM in 3D

  • 3D content