Book Image

ArcGIS By Example

By : Hussein Nasser
Book Image

ArcGIS By Example

By: Hussein Nasser

Overview of this book

Table of Contents (17 chapters)
ArcGIS By Example
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Extending ArcObjects


The extending ArcObjects share the same underlying programming API with the add-in approach. However, they differ in the approach of deploying the application and at the level of flexibility offered to customize ArcGIS. With extending ArcObjects, you usually have to do more work. For example, setting up the toolbar and button in the add-in approach is done with a wizard. However, in the extending ArcObjects approach, you will need to write code to set up your toolbar. Despite that extra work, there is rewarding part in extending ArcObjects, and that is the degree of the flexibility opened to the developer to do great stuff, as we will see in Chapter 7, Advanced Searching.

Before we dive into the coding part, we need to do some preparation for our new project.

Preparing the geodatabase and map for bestaurants

Belize is thriving from tourism. Lots of tourists go there on holidays to enjoy its beautiful beaches and a wide range of restaurants. The government of Belize is trying...