GIS Exam Flashcards
(126 cards)
Where is the buffer created?
around points, lines, polygons and areas
What tool do you use to create a buffer?
Pairwise buffer tool
What is an example of a place you would analyze using a buffer tool?
Neighborhoods or schools in Toronto
What is a Query?
finding answers to questions using the table and extracting spatial features from a feature class (layer)
What are the 3 different types of queries?
- interactive
- attribute
- spatial
What is an interactive query?
select spatial features using the select tool or select spatial features or records from the table (shape field or not)
What is an attribute query?
- it is applied to an attribute table, conditions are specified by the user, and records meeting those conditions are selected using a SQL expression
- conditions are either true or false
What is the extraction tool? and what is it used for?
What is the overlay tool? and what is it used for?
what is a spatial join? and what is it used for?
What is the aggregation tool? and what is it used for?
How are data represented in GIS?
(this is on the exam)
objects, fields, and data models
What are 2 data models?
vector: objects and raster: fields
What are the 3 types of objects?
points, lines and areas (polygon)
what are objects?
well-defined boundaries in otherwise empty space
what are 3 things to know about fields?
- continuously change across space
- continuous surface
- variables change in value at all locations
what information is stored on an attribute table regarding the feature class?
the shape field will have the geometry
What does a standalone table store?
It stores any tabular data, not associated with spatial data
what are the 2 field properties?
alias and data type
What is an Alias?
it is a description
What is a data type?
fields
What data type is associated with the Nominal attribute level?
Text, Integer (Short, Long)
What data type is associated with the Ordinal attribute level?
Integer (Short, Long)
What data type is associated with the Interval attribute level?
Float, Double