GIS exam 2 Flashcards
difference between nodes and vertices?
nodes are points on the end of a line. Vertices are points on the continuum.
What is a single-part feature?
single part is homogenous. They belong to the same feature class (?)
What is a multi-part feature?
Features that do not belong to the same feature class.
How is spatial vs. non-spatial information stored?
Spatial information is stored in x/y pairs, whereas non-spatial info is stored in an attribute table.
What is Topology?
the study of those properties of
geometric objects that remain invariant under certain
transformations such as bending or stretching
What are features of the spaghetti model?
lines or polygons that are stored as separate entities.
-many “silver” polygons could be generated
is the spaghetti model okay for cartographic displays? what about spatial analysis?
yes to cartography. FUCK NO to analysis.
What are some features of the arc-node (topological) model?
it maintains a clean topology between points, lines, and polygons.
In an arcnode model, what is connectivity?
when Arcs connect to
each other at nodes.
in an arcnode model, what is area definition?
when an area is defined by a series of connected arcs
in an arcnode model, what is contiguity?
when arcs have directions and left/right polygons
what is the difference between topological data and non-topological data?
topological data is invariant. It can bend, but the topology stays the same. non-topological data can be digitized, but may create silver polygons that are variant and have to be removed if used for spatial analyisis
what is a source scale?
the original scale of the data source from which it is digitized
what can you use to determine whether the source scale is suitable for the objective of your database?
metadata
a table with xy coordinates can have the locations displayed on a map as what?
an event layer, or stored as a feature class
what relies on comparing the components of addresses to the address range data in a reference GIS map layer?
Geocoding (oh my god)
what are the 2 ways to extract a subset of features?
attribute based: using query while importing/exporting data
location based: clip and erase
what does the clip feature do?
extracts features from a bounding polygon from another feature class. The input can be any vector data, and the output feature class must be THE SAME OR HIGHER DIMENSION of the output feature class.
what does an erase operation do?
extracts the features OUTSIDE of a bounding polygon from another feature class. The input can be points, lines, or polygons, and the output must be of the same or higher dimension of the input.
What is the difference between the append and merge tool?
in append, NO NEW FIELDS ARE DROPPED/ADDED. MERGE MAY HAVE NEW FIELDS, SAME FIELDS<
what does the append tool do?
The append tool adds multiple input datasets to an EXISTING target dataset.
WHAT does the mf merge tool do
Merge COMBINES multiple input datasets into a single NEW output dataset.
In simplifying your data, what does generalizing do?
uses fewer vertices to represent the shape of the features
in simplifying your data, what does dissolve do?
reduces the number of features by merging features with the same attribute values. removes boundaries.
what cardinality types fall under table join?
one-to-one, and many-to-one
what are some examples of one-to-one joins?
states to governors
countries to capitals
what are some examples of many-to-one table join?
counties to states
schools to districts