spatial data model

15
DEPARTMENT OF GEOGRAPHY AND ENVIRONMENT UNIVERSITY OF DHAKA

Upload: kaium-chowdhury

Post on 16-Jul-2015

172 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Spatial Data Model

DEPARTMENT OF GEOGRAPHY AND ENVIRONMENT

UNIVERSITY OF DHAKA

Page 2: Spatial Data Model

Spatial data are often referred to as coverages, or layers

Depending on the type of features they represent, and the purpose to which the data will be applied, layers will be one of 2 major types:

Vector data represent features as discrete points, lines, and polygons

Raster data represent the landscape as a rectangular matrix of square cells

Page 3: Spatial Data Model

The 2 basic data structures in any fully-functional GIS are:

Vector, e.g.,

◦ ArcInfo Coverages

◦ ArcGIS Shape Files

◦ CAD

◦ GBF

◦ TIGER etc.

Raster, e.g.,

◦ ArcInfo Grids

◦ Images

◦ Digital Elevation Models (DEMs)

◦ PNG

◦ JPEG etc.

Page 4: Spatial Data Model

Vector data are composed of:

points,

lines, and

polygons

Points represent discrete locations on the ground.

Each layer is a combination of the coordinate (vector) data, and an attribute table containing a record for each vector feature.

Page 5: Spatial Data Model
Page 6: Spatial Data Model

Lines represent linear features, such as rivers, roads and transmission cables.

Page 7: Spatial Data Model

Arcs are composed of nodes and vertices.

Arcs begin and end at nodes, and may have 0 or more

vertices between the nodes.

The vertices define the shape of the arc along its length.

Arcs which connect to each other will share a common node.

Page 8: Spatial Data Model

In ArcGIS there are 3 major types of vector data source files:

ESRI geodatabases

ESRI shape files

ArcInfo coverages

ESRI geodatabases are a relatively new format. A geodatabase stores all features and related tables, as well as other files, within a single or distributed database format.

A single shapefile represents features that are either point, line, or polygon in spatial data type.

Page 9: Spatial Data Model

For each shapefile there exist at least 3 files:

The shape data (stored in the .shp file)

An associated dBASE (relational database) table (stored in the .dbf file)

And a spatial index (stored in the .shx file).

ArcInfo Coverages are a basic implementation of the vector arc-node topological model

The coverage can be a multi-feature dataset, composed of polygons, arcs, nodes, label points, and tics.

Page 10: Spatial Data Model

Raster datasets are composed of rectangular arrays of regularly spaced square grid cells.

Page 11: Spatial Data Model
Page 12: Spatial Data Model

Run-length Encoding

Quadtree

Page 13: Spatial Data Model
Page 14: Spatial Data Model
Page 15: Spatial Data Model

Total Marks: 15 Time: 40 minutes

Q 1: What is meant by ‘Geodatabase’? What are the components of a geodatabase? Design a geodatabase to map the administrative units of Bangladesh. (10)

Q 2: Define georeferencing. Identify the essence of performing georeference. (05)