joins and overlays Flashcards
spatial join
combining multiple datasets based on a spatial relationship based on the same operators used for spatial queries, the resulting feature class has the same geometry as the target class
cardinality in spatial joins
each record in the target class can only have 1 row from the join class, must be one to one
merge rules
can help with one to many joins by merging the many into a single feature
one to many join operation
makes copies of the target features until they match the join features one to one
merged join
when a target feature has multiple join features, merge rules should be created for each field
classic overlay
combines 2 layers, crossing features are split forcing a one to one join, all boundaries are transferred to the output as new non overlapping features
union
combines 2 polygon layers keeping all areas and merging attributes for both layers, used to evaluate combinations of attributes
intersect
merges attributes and returns only the areas common in both layers, used for suitability analysis
suitability analysis
evaluating a landscape to find which areas best serve a given purpose based on a set of constraints
overlay geometry
input: polygons, output: points lines or polygons
input: lines, output: points or lines
input: points, output: points
input polygons and lines, output: points or lines
slivers
logical consistency errors in overlays creating small extraneous lines or polygons, minimized via x,y tolerance
x,y tolerance
specifies a minimum distance between vertices
GIS models
visual diagrams that chart the process of answering questions with GIS