0% found this document useful (0 votes)
174 views9 pages

3161 Overlay

This document describes GIS overlay operations including buffer, union, identity, and intersect. Buffer creates polygons around features. Union combines two coverages preserving all polygons. Identity preserves overlapping features between two coverages. Intersect only preserves features common to both coverages.

Uploaded by

api-3788255
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
174 views9 pages

3161 Overlay

This document describes GIS overlay operations including buffer, union, identity, and intersect. Buffer creates polygons around features. Union combines two coverages preserving all polygons. Identity preserves overlapping features between two coverages. Intersect only preserves features common to both coverages.

Uploaded by

api-3788255
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 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