Lecture 2 - Vector Data Model
Lecture 2 - Vector Data Model
LECTURE 2
Topic Outline
Coordinate systems
Geo-relational vector data model
surface
Locations of features on map are based on a plane
coordinate system expressed in x- and y- coordinates
Locations of features on the Earth are based on
geographic coordinate system expressed in longitude &
latitude
A map projection bridges these coordinates systems
The GCS: is the location reference system for spatial
features on the Earths surface. It is defined by longitude
and latitude. Both using angular measures.
Projected
Georelational Vector
Data Model
Contents
Geo-relational
REPRESENTATION OF SIMPLE
FEATURES
TOPOLOGY
Adjacency Matrix
nodes
11
12
13
14
11 12 13 14
0 1 0 1
0 0 1 0
1 0 0 0
0 1 1 0
Incidence Matrix
11
12
13
14
1
-1
0
1
0
2
1
-1
0
0
3
0
1
-1
0
4
1
0
0
-1
5 6
0 0
-1 0
0 -1
1 1
TIGER
Importance of Topology
NONTOPOLOGICAL VECTOR
DATA
NONTOPOLOGICAL DATAs
Advantages
Data
Structure
of A TIN
TOPOLOGY RULES
split
Figure 4.1
The object-based data model stores each land use polygon in
a record. The Shape field stores the spatial data of land use
polygons. Other fields store attribute data such as
Landuse_ID and Category.
6
A Major Breakthrough
Using a single system is a major
object
Method - a specific action that can be
performed on an object
4.1.1 Classes
Set of objects with similar characteristics
Hierarchical structure
Figure 4.2
The Geometry property of the Feature class
can differentiate the object types of point, line,
and polygon.
10
11
segments
See Box 4.1, page 65 of text
12
simple features
Feature dataset is similar to a coverage in
having multiple datasets based on the same
coordinate system and area extent
14
Figure 4.8
In a geodatabase, feature classes can be standalone feature
classes or members of a feature dataset.
15
oriented technology
Convenient framework for storing and
managing GIS data
Eliminates complexity of coordinating between
spatial and attribute components of database
Custom objects may be developed
16
TUTORIAL QUESTIONS
1)
2)
3)
4)
5)
6)
7)
Name the three data formats that ESRI has developed for
vector data over the past 20 years.
The geo-relational data model uses a split system to store
vector data. What does a split system means?
Name the three types of simple features used in GIS and their
geometric properties.
Explain the importance of topology in GIS
What are the main advantages of using shapefiles?
Explain the difference between the georelational data model
and the object-based data model
Describe the difference between the geodatabase data model
and the coverage model in terms of the geometric
representation of spatial features
1