You are on page 1of 9

Overlay

BUFFER
UNION
IDENTITY
INTERSECT
Overlay

URP 3161: Geographical Information System Ahsanul Kabir


BUFFER

 creates buffer polygons around specified input coverage features.


 Available at: ARC

BUFFER <in_cover> <out_cover> {buffer_item} {buffer_table}


{buffer_distance} {fuzzy_tolerance} {LINE | POLY | POINT | NODE} {ROUND |
FLAT} {FULL | LEFT | RIGHT}
Overlay

100 - Polygon(s) representing a buffer zone


1 - Polygon(s) outside the buffer zone
URP 3161: Geographical Information System Ahsanul Kabir
Union

computes the geometric intersection of two polygon coverages. All


polygons from both coverages will be split at their intersections and
preserved in the output coverage.

UNION <in_cover> <union_cover> <out_cover> {fuzzy_tolerance} {JOIN | NOJOIN}


Overlay

URP 3161: Geographical Information System Ahsanul Kabir


Overlay Union

URP 3161: Geographical Information System Ahsanul Kabir


Union

UNION creates a new region coverage by overlaying two sets of


regions. In the figure below, the input coverage contains regions A and
B. The union coverage contains regions C and D. The output
coverage contains all four regions.
Overlay

URP 3161: Geographical Information System Ahsanul Kabir


Identity

computes the geometric intersection of two coverages. All features of the


input coverage, as well as those features of the identity coverage that overlap
the input coverage, are preserved in the output coverage.

IDENTITY <in_cover> <identity_cover> <out_cover> {POLY | LINE |


POINT} {fuzzy_tolerance} {JOIN | NOJOIN}
Overlay

URP 3161: Geographical Information System Ahsanul Kabir


Overlay Identity

URP 3161: Geographical Information System Ahsanul Kabir


Intersect

computes the geometric intersection of two coverages. Only those features in


the area common to both coverages will be preserved in the output coverage.

INTERSECT <in_cover> <intersect_cover> <out_cover> {POLY | LINE |


POINT} {fuzzy_tolerance} {JOIN | NOJOIN}
Overlay

URP 3161: Geographical Information System Ahsanul Kabir


Overlay Intersect

URP 3161: Geographical Information System Ahsanul Kabir

You might also like