Image data

An image is a graphic representation or description of an object that is typically produced by an optical or electronic device. Some common examples of image data include remotely sensed data, such as satellite data, scanned data, and photographs.

 

Feature Data

In ArcView, features are stored as vector data (entities -- points, lines, or polygons) and their attributes are stored in tables known as attribute tables. Each class of features (entity) is stored in a shapefile and has its own attribute table. Attribute tables contain one record for each feature of that class in the coverage.

 

 

The Table of Contents

Each view has its own Table of Contents that lists the themes in the view. Like the table of contents of a book, you look at a view's Table of Contents to see what's in it. You can change how the table of contents looks by choosing TOC Style from the View menu. You also use the Table of Contents to control how the view is drawn.

The Table of Contents shows:

 

 

Legend Editor

Palette Manager

 

 

Shapefile

Shapefiles store feature data and are a simple, non-topological format for storing the geometric location (points, lines, or polygons with spatial address or geocode) and attribute (or descriptive) information of geographic features.

The shapefile format defines the geometry and attributes of geographically-referenced features in as many with specific file extensions that must be stored in the same project workspace. They are:

Required files

.shp - the file that stores the feature geometry.(points, lines, or polygons and geocodes)

.shx - the file that stores the index of the feature geometry.

.dbf - the dBASE file that stores the attribute information of features. (descriptors)

Optional files

 

 

Imagefile

Image types

Imagefiles store raster data and can be organized in a number of ways depending upon the particular image format. Typically, the image data file contains a header record that stores information about the image such as the number of rows and columns in the image, the number of bits per pixel (or raster), the color requirements and the georeferencing information. Following the image header is the actual pixel (or raster) data for the image. The internal organization of the image data is dependent upon the image format. Some formats contain only a single band of data, while others contain multiple bands.

The range of values the pixels in an image can assume depends upon the number of bits (binary digit) used to store pixel data. The more bits, the greater the range of possible values. For example, if one bit is used to store pixel values, the number of unique values that can be expressed is 2¹, or two. With eight bits, 2 or 256 unique values can be expressed.

There are four types of images: