Chapter 4 Bsd4663
Chapter 4 Bsd4663
This course is designed to introduce the student to the basic principles and
techniques of GIS(Geographic Information Systems). GIS is a computer-
based tool that uses spatial (geographic) data to analyze and solve real-
world problems. The lab material will emphasises GIS data collection, entry,
storage, analysis, and output using appropriate software such as ArcGIS. The
students will be able to describe what geography and GIS are; will
understand the importance of scale, projection, and coordinate systems in
GIS; will understand vector and raster data structures and the appropriate
use of each of these data structures; will understand the basics of data
capture, storage, analysis, and output in a GIS; and will understand typical
uses of GIS in business, government, and resource management.
CONTENT
4.1 Table Structure
4.2 Data Types
4.3 Table Manipulation
4.4 Calculating Statistics
4.5 Connecting Tables
4.6 Navigating the Editor Toolbar
4.7 Managing the Edit Session
4.8 Selecting Features to Edit
4.9 Simple Editing Functions
4.10 Working with Feature Template
4.11 Working with the Attributes Dialog
4.12 Using the Field Calculator
TABLES
Each table has the same basic format: an array of rows and columns.
The intersection of a row and a column represents a specific
attribute for a single feature.
Some tables, like a feature class's default attribute table, have a preset
number of columns. For instance, a polygon coverage has four
standard columns: area, perimeter, coverage#, and coverage-id. Other
tables are completely user-defined. The table in the graphic has two
user- added columns:ZONE_CODE and DESCRIPTION. ArcGIS™
software automatically adds the first column for displaying the record
number. For a feature class this item is the FID (Feature ID), for tables
in the geodatabase it is the OID (Object ID) and for Info tables it is
called the Rowid. These items are not physically stored as part of the
table but you can perform queries on it as you would any other
column.
Each table should have unique column names but can have a variety of
column formats. In general, you can store numbers, text, and dates.
Specifically supported formats in ArcCatalog include short integer,
long integer, float, double, text, date, object-id, and blob. Consult the
online documentation for more information about these column
types.
TABULAR DATA FIELD TYPES