Chapter 2 - Data Models Flashcards
Map data are abstractions of these
Physical surface entities
What are two ways to represent entities on a map?
Spatial features or cartographic objects
What three aspects of an entity do maps contain information about?
Location, extent and attributes
Is it possible for all entities or their properties be represented on a map?
No
Are there multiple ways to abstract reality?
Yes
What are two decisions GIS users must make to abstract reality onto a map?
Which entities to represent and how to represent them
These are used to represent spatial data
Spatial data models
What are three things that spatial data models store data for?
Objects, relations of objects, and attributes of objects
Spatial data models use these to position objects
Spatial coordinates
Spatial data models assign these to objects
Attributes
In spatial data models, these combine spatial data and attribute information for classes of objects
Layers
These data describe the location and extent of objects
Coordinate data
How many coordinates are used to coordinate a position relative to an origin?
At least 2
What are three things that can be represented by coordinate data?
Points, lines and shapes
Which two coordinate data systems does GIS use?
Cartesian and spherical systems
Cartesian coordinates use these to describe position
2-3 orthogonal axes (x, y, z)
These coordinates use two angles to locate a position on a sphere
Spherical coordinates
These are non-spatial properties of an entity
Attribute data
Where are attribute data stored?
In attribute tables
In an attribute table, what does each row correspond to?
An object
What is another name for rows in an attribute table?
Record
In an attribute table, what does each column correspond to?
Individual attribute
What are the four forms of attribute data?
Nominal, ordinal, interval, ratio
What are the two common GIS models for conceptualizing spatial data?
Raster model and vector model
These are used for point entities
Points
Do points have location?
Yes
Do points have dimension?
No
These are used for linear entities
Lines
Do lines have location and length?
Yes
Do lines have width?
No
How many pairs of coordinates are needed for a line?
At least 2
These are the start, end points, and crossing points of lines
Nodes
These are points where lines change direction
Vertices
These are used for area entities
Polygons
How are polygons defined?
By line segments that enclose an area
Can polygons enclose other polygons?
Yes