HOW TO
This document shows how to determine if a region subclass has overlapping features.
Code:
Usage: REGIONPOLYCOUNT <in_cover> <out_info_table>
{$ALL|subclass...subclass}
Arc: REGIONPOLYCOUNT cleanedcov overlaps.frq temp
Code:
Arc: TABLES
Tables: SELECT overlaps.frq
Tables: LIST
Record POLY# TOTAL TEMP
1 1 0 0
2 2 1 1
3 3 2 2
4 4 1 1
Code:
Tables: RESELECT TOTAL > 1
1 Records Selected.
Tables: LIST
Record POLY# TOTAL TEMP
3 3 2 2
Note:
The polygon with an internal number = 3 is part of 2 region features in the TEMP subclass.
Article ID:000003789
Get help from ArcGIS experts
Download the Esri Support App