Loading overlapping parcels

This topic applies to ArcGIS for Desktop Standard and ArcGIS for Desktop Advanced only.

When loading parcel data to the parcel fabric Local Government Information Model, parcels are separated by type in the staging environment and are loaded in separate topologies for each type. Separating parcels by type avoids overlapping parcels of different types being migrated in a single topology.

If you have a case where you need to migrate overlapping parcels in a single topology, you need to ensure that the [Line feature class] Must Not Intersect Or Touch Interior topology rule of the Load A Topology To a Parcel Fabric geoprocessing tool is not violated. For example, the overlapping polygons below will migrate successfully:

These overlapping parcels will migrate successfully

If you have overlapping polygons with lines that intersect, the [Line feature class] Must Not Intersect Or Touch Interior topology rule is violated. For example, these overlapping polygons have intersecting lines:

These overlapping polygons have intersecting lines

To prevent the [Line feature class] Must Not Intersect Or Touch Interior topology rule from being violated, you need to planarize overlapping parcel lines prior to migration.

Follow these steps to load overlapping parcels in a single topology to the parcel fabric:

Steps:
    This workflow assumes you have already formatted and prepared your parcel data for migration to the parcel fabric.
  1. First, locate and extract all the overlapping polygons:
    1. Create and validate a temporary topology that contains the Must Not Overlap rule on the feature class .
    2. In the Error Inspector window, search for all the errors resulting from the Must Not Overlap rule. Select all the errors, right-click, and click Select Features.

      All overlapping polygons in the dataset should be selected.

    3. Extract the selected polygons to a new feature class.

      Use the Feature Class to Feature Class geoprocessing tool located under System Toolboxes > Conversion Tools > To Geodatabase to save the selected polygons to a new feature class in a new feature dataset.

    4. Delete the selected polygons from the original parcel dataset.
    5. Delete the topology.
  2. Create lines from the extracted polygons using the Polygon To Line geoprocessing tool located under System Toolboxes > Data Management Tools > Features > Polygon To Line. Make sure to choose Identify and store polygon neighboring information on the Polygon To Line dialog box to ensure that duplicate lines are not created for neighboring polygons sharing a common boundary. COGO dimensions are generated from the line shape geometry during the migration process.
  3. In an edit session, select all the lines and click the Planarize Lines command on the Advanced Editing toolbar.

    TipTip:

    Planarizing lines is performance intensive. If there is a large number of lines to planarize, consider splitting the dataset up into more manageable blocks.

  4. Keep the default Cluster Tolerance and click OK on the Planarize Lines dialog box.

    The selected lines are split at their points of intersection and the [Line feature class] Must Not Intersect Or Touch Interior topology rule will not be violated.

  5. Create a separate topology for the exported polygons and lines and validate it against the required set of topology rules.
  6. Load the topology to a parcel fabric.
5/12/2014