Customer Service | Training | Contact Us
Welcome!
Login
Search Options   products areas display

Which products should be considered?

All Products

ArcCAD
ArcEditor
ArcExplorer
ArcGIS Engine
ArcGIS Explorer
ArcGIS Image Server
ArcGIS Mobile
ArcGIS Server
ArcIMS
ArcInfo Desktop
ArcInfo Workstation
ArcLogistics Route
ArcPad
ArcPad Application Builder
ArcReader
ArcSDE
ArcView
ArcView 3.x
ArcWeb Services APIs
ArcWeb Toolbar for ArcGIS
Atlas GIS
BusinessMap
BusinessMap Pro
GIS Portal Toolkit
Job Tracking for ArcGIS
MapIt
Maplex
MapObjects -- Java
MapObjects -- Windows
MapObjects IMS
MapObjects LT
MapStudio
Military Overlay Editor
NetEngine
PC ARC/INFO & DAK
PLTS
RouteMap
RouteMap IMS
SDE
Tracking Server

    Remember these settings for each visit More info
You are here:

Technical Article   HowTo:  Determine if a region subclass has overlapping features

Article ID: 19313
Software:  ArcGIS - ArcInfo 8.0.1, 8.0.2, 8.1 ArcInfo Workstation 7.2.1
Platforms: N/A

Summary

This document shows how to determine if a region subclass has overlapping features.

Procedure

This example uses a coverage called CLEANEDCOV, which contains a region subclass called TEMP.


  1. Use REGIONPOLYCOUNT to create an INFO file that lists the number of region features that overlap each polygon.

    Usage: REGIONPOLYCOUNT <in_cover> <out_info_table>
    
    {$ALL|subclass...subclass}

    Arc: REGIONPOLYCOUNT cleanedcov overlaps.frq temp

  2. Start Tables, select the INFO file created by REGIONPOLYCOUNT, and use LIST to display item values for the selected records.

    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

  3. RESELECT records where TOTAL > 1 to find polygons that are part of multiple region features.

    Tables: RESELECT TOTAL > 1
    
    1 Records Selected.

    Tables: LIST
    Record POLY# TOTAL TEMP
    3 3 2 2



     The polygon with an internal number = 3 is part of 2 region features in the TEMP subclass.


Created: 5/22/2001
Last Modified: 7/17/2001

This website's graphical display is now viewable only with W3C standards-compliant browsers, but the content is accessible to all browsers and Internet devices. View our supported browser matrix for more information on our website display.