11: Vector I Flashcards
LINE GENERALISATION
reduction of level of detail in data as to gain clarity in information
- reduce data noise, enhance relevant patterns
- reduce volume of data without adversely affecting its use
- make things as simple as possible but not simpler (Albert Einstein)
SPATIAL QUERIES
simples operational capabilities of any GIS
immediate answer to a map/database query:
- how many X are within Ykm of this point?
- which is the closest X to Y?
Two typical types of GIS queries:
- spatial queries by geometry
- spatial queries by data attribute selection
GIS can answer these questions because of geometry and topology
BUFFERING
based on concept of proximity
separates a map into two areas:
- within specified distance of selected map features
- not within specified distance of selected map features
buffer zone - area within the specified distance
selected map features for buffering may be points, lines or polygons
LIST MAP MANIPULATIONS
ways to manipulate each map layers Clip Eliminate Split Dissolve Append
POLYGON OVERLAY
layers can be combined to produce new layers through geometric intersections
find polygons formed by the intersection of two (or more) polygons
a layer produced by an overlay will contain both the spatial data and attribute data of the input layers
can overlay points, lines or polygons
Spatial data query methods
Structured Query Language (SQL)
used to query the map layer
results can be mapped or presented in a conventional data table and / or directly in the map
useful to produce maps with subsets of the data (filters) or by theme/interest
Spatial data query method
Structured Query Language (SQL)
code language used to query the map layer
results can be mapped or presented in a conventional data table and / or directly in the map
useful to produce maps with subsets of the data (filters) or by theme/interest
Uses for buffering
sphere/zone of influence of a geographic object
zone of protection (which keeps undesirable geographic objects away from other objects)
Clip
extracts input features contained within a clip feature
basically clip a study region to certain shape
Clip
extracts input features contained within a clip feature
basically clip a study region to certain shape, doesn’t change the information inside
Split
split layer into multiple new layers based on smaller areas/zones
not common to use
Dissolve
aggregate smaller zonal units into larger zonal units based on a specific common attribute, type of generalisation
careful about spatial analysis due to modifiable unit problem
Append
merge multiple map layers at edges into one bigger new layer
opposite of split
Polygon overlay methods
if the input map has a different area extent that the overlay map, then the extent of the output may vary depending on the overlay method used
three common methods:
Union
Intersect
Identify
Union overlay
preserves all map features from the input and the overlay maps
adding layers together with different extents, but retain all features of both