introduction to arcview arcview_module_2 may 12, 10:40 am

22
Introduction to ArcVie w ArcView_module_2 May 12, 10:40 AM

Post on 21-Dec-2015

229 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Introduction to ArcView

ArcView_module_2May 12, 10:40 AM

Page 2: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Outline How ArcView is organized?

What ArcView does?

Data

Page 3: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Project

How organized?

One project contains five types of components (called documents): Views, Tables, Charts, Layouts, and Scripts

Page 4: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Documents work with a theme in Views manage a table in Tables create charts from a theme or a

table in Charts create a high-quality map by

putting together graphic elements in Layouts

customize in Scripts

How organized?

Page 5: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Views

How organized?

Table of Content

View Document

(View Window)

With One Theme

Page 6: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

TablesHow organized?

Table Document

(Table Window)

Page 7: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Chart Document

(Chart Window)

ChartsHow organized? “Proj5” Project With One Chart Document

Page 8: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Layout Document

(Layout Window)

LayoutsHow organized?

Page 9: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Documents Each document displays data

differently; each has its own related menus, buttons, and tools organized in a unique interface

They are dynamically linked

How organized?

Page 10: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Project files “.apr” allows all the works (e.g. creating

maps, joining tables, making charts) to be saved in one file.

saves only descriptive information about the work (i.e. doesn’t save the actual data).

How organized?

Page 11: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

ArcView functionalities ArcView divides functionalities into the core pr

ogram and extensions. Core program – generic capabilities

e.g. menu/button/tool supported in the documents when no extensions are loaded

Extensions – additional capabilities loaded onto the core program

e.g. Spatial Analyst, Network Analyst, 3D Analyst, Geoprocessing, Digitizer, Image Support

# We are going to learn the core program

What it does?

Page 12: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

View displaying spatial data identifying features attributes selecting features thematic mapping (e.g., choropleth map, dot dens

ity map, chart map) measuring distance/area analyzing spatial relationships geocoding

What it does?

Page 13: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Table displaying tables selecting records by mouse /queries editing tables summarizing attributes of selected records getting a statistics of selected records Joining/linking tables

What it does?

Page 14: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Chart creating a chart modifying a chart element identifying features/records on the chart

What it does?

Page 15: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Layout adding a frame manipulating a frame adding a text drawing graphics exporting a layout to a image file

What it does?

Page 16: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Scripts compiling/running scripts debugging scripts

What it does?

Page 17: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Geographic Data Geographic data stores the

geometric location of particular features, along with attribute information describing what these features represent

Data

Page 18: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Geographic Data

Geographic Data

Spatial Data Descriptive Data (Tabular data)

Feature data(vector)

Image data(raster)

Data

Page 19: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Spatial data Georeferenced to known locations on the Eart

h's surface (i.e. employs a specific coordinate system, unit of measurement and map projection)

primarily feature based (e.g. topology)

organized thematically into different layers, or themes (e.g. streams, landuse, elevation, and buildings )

Data

Page 20: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Feature data Coordinate-based representation of map featur

es (i.e. A point is stored as a single x, y coordinate, a line as a pair of x, y coordinates, and a polygon as a set of x, y coordinates)

Good to represent discrete entities (e.g. school, event location, lake)

Supported format in Arcview includes ArcView shapefiles, Arc/Info coverages, SDE layers, VPF, and so on

Data

Page 21: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Image data Cell-based representation of map features (e.

g. satellite imagery, aerial photo)

Good to represent continuous entities (e.g., temperature, elevation, toxic level)

Supported format in ArcView includes TIFF, JPEG, MrSID, Arc/Info GRID, BMP, BIL and so on

Data

Page 22: Introduction to ArcView ArcView_module_2 May 12, 10:40 AM

Tabular data stored in a table

ArcView supports data from database servers such as Oracle, Ingres, Sybase, Informix, etc, dBASE files, Arc/Info INFO tables, text files with fields separated by tabs or commas.

Data