Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying ArcGIS By Example
  • Table Of Contents Toc
  • Feedback & Rating feedback
ArcGIS By Example

ArcGIS By Example

By : Hussein Nasser
5 (1)
close
close
ArcGIS By Example

ArcGIS By Example

5 (1)
By: Hussein Nasser

Overview of this book

ArcGIS is a geographic information system (GIS) for working with maps and geographic information. It is considered the turnkey solution to creating and sharing interactive maps. ArcGIS is designed to work the way you work. With nothing to install and set up, ArcGIS helps you make your work productive from day one. The book covers the design and development of three ArcGIS applications to guide the readers in crafting their own GIS solution as per their requirements. The book begins by giving you a refresher on the concepts of ArcGIS. Without wasting any time, you’ll begin with developing your first ArcGIS application. You will be developing a cell tower analysis tool. Following this, you will be guided through mapping signal strength and real - time manoeuvring in your GIS system. You will then move on to the second application of the book: a restaurant mapping system. The application will allow tourists to browse restaurants on a map, according to their preferences. Next, you will learn how to work with reviews and ratings and also cover some of the advanced searching options offered by ArcGIS. You will then make use of advanced ArcObjects to develop your third application: an excavation planning manager. The book will conclude by teaching you how work out excavation cost calculations and also saving and retrieving your excavation designs.
Table of Contents (12 chapters)
close
close
11
Index

Generating the excavation design report


Reporting is a very important functionality in any application. The ability for the software to generate reports that can later be e-mailed, printed, and published on the Web, can prove the visibility of the system. In this section, we will learn how to generate an HTML report for our excavation design:

  1. If necessary, open the Yharnam project as administrator.

  2. Double-click on frmDesignManager.vb to view the form designer.

  3. Double-click on the Report button to generate the btmReport_Click method.

  4. This is a straightforward functionality. We will simply build an HTML file and write all form details into the file as follows:

        Private Sub btnReport_Click(sender As Object, e As EventArgs) Handles btnReport.Click
            Dim sHTML As String = ""
    
            sHTML &= "<html><body><br>"
            sHTML &= "<h1>Yharnam Excavation Planning Manager:</h1>"
            sHTML &= "<b>DesignID:</b> " & txtDesignID.Text...
Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
ArcGIS By Example
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon