MIT GIS Vector Processing
MIT GIS Vector Processing
A B
• Computational Geometry
Simplest form of overlay
Point in polygon procedure
Line intersects
1 edge of polygon
Odd number of
A Intersections = inside,
Even = outside
xi, yi
General overlay types
• Identity
– spatial join or point-in-polygon
• Clip
– similar to set extent when using raster data
• Intersection
• Union
• Buffer
(for all of the above, operations are on layers,
not single polygons)
Spatial Join
Point in polyogon
operation – which
points are in the
Polygon?
Polygon ID (id_1) is
added to the point
layer’s attribute table.
Clip
Two polygons, A nd B,
Overlap. Clip A using B A B
as a cookie cutter.
Two polygons, A nd B,
Overlap. Find the intersection A B
of A using B.