Append data to the parcel fabric

Parcel data is loaded into the parcel fabric by appending source data to parcel fabric feature classes. Parcels are loaded into the parcel fabric as parcel types, such as ownership parcels or administration parcels.

Note:

If you have an ArcMap parcel fabric, upgrade the parcel fabric instead of loading data into a new parcel fabric.

Note:

When loading data, especially large datasets, register the feature dataset as unversioned. Versioning adds a number of system maintained tables, indexes, and attributes that can increase the processing time of data loading operations.

Load parcel types

Parcels are added to the parcel fabric as parcel types. Examples of parcel types are ownership parcels, administrative parcels, and subdivision parcels. A parcel type is defined by a separate polygon and line feature class, and both parcel polygons and lines are associated with the parcel record.

Use the Add Parcel Type geoprocessing tool to add a parcel type to your parcel fabric. The tool creates a polygon and line feature class and adds the feature classes to the parcel fabric topology. You can add as many parcel types as necessary for your organization.

Learn more about parcel types

Parcels are loaded into the parcel fabric by appending parcel features into the parcel type feature classes. Parcel data can be appended to the parcel type polygon and the parcel type line feature class. When polygons are appended, records can be associated correctly with parcels.

If your source parcel data has parcel lines with missing or unreliable dimensions, polygons should be appended. Lines will be created when parcels are built. Lines will be topologically aligned with the parcel polygon, and parcel topology errors such as gaps and slivers will be minimized.

You do not need to append data to both the parcel type polygon and line feature classes. Missing parcel features will be created when parcels are built.

Append polygons

To append parcel polygons to the parcel fabric, follow these steps:

  1. Before appending data, confirm that you added your organization's necessary attribute fields, domains, and subtypes to the parcel type feature classes. Also ensure that your source parcel data maps to the system-added parcel fabric domains.
  2. Open the Append geoprocessing tool and choose your input polygon feature class.

    You may need to add a definition query to your source parcel polygon feature layer to query for your parcel type.

  3. Choose Use the Field Map to reconcile schema differences as the Schema Type.

    You will map the attribute fields in your source polygon feature class to the attribute fields in the parcel type polygon feature class. Attribute fields should map to both the system attribute fields and any other attribute fields that you added to the parcel type feature class. You may need to recalculate or re-create the attribute fields in your source feature class for them to map to the parcel type feature class.

    Learn more about attribute field mapping

  4. Click Run to execute the tool and append your polygons.
  5. Follow these steps to create records and build parcels

Append both polygons and lines

You can append both polygons and lines to the parcel fabric. Since lines can be shared between parcels, the line may be used by adjacent parcels that have different records. When building the parcel fabric after appending polygons and lines, lines will be associated with the record from the adjacent parcel that has the most recent legal date. If the records associated with adjacent parcels have the same legal date, or no legal date, a record is randomly chosen from one of the shared parcels and associated with the line.

Use the Append geoprocessing tool to append lines and polygons to your parcel type. Create records and build parcels.

Append points and control points

When you first get started with the parcel fabric, you are not required to load parcel points. When building parcels, missing points will be created.

Use the Import Parcel Fabric Points geoprocessing tool to update existing parcel fabric points or import new points.

Append lines as connection lines

The Connection Lines feature class is a COGO-enabled lines feature class that stores parcel fabric connection lines. Connection lines are necessary to connect parcel corners across rights-of-ways and to connect parcel corners to control points.

Learn more about connection lines

  1. Before appending data, confirm that you added any necessary attribute fields and domains to your connection lines feature class. Also ensure that your source parcel data maps to the system-added parcel fabric domains.
  2. Click the Analysis tab and click Tools to open the Geoprocessing pane.
  3. Search for and open the Append tool.
  4. Choose your input connection lines feature class.

    You may need to add a definition query to query for your connection lines.

  5. Choose the parcel fabric Connection Lines feature class as the target dataset.
  6. Choose Use the Field Map to reconcile schema differences as the Schema Type.
    You will map the attribute fields in your existing lines feature class to the attribute fields in the parcel fabric Connections Lines feature class. Attribute fields should map to both the system attribute fields and to any additional attribute fields. You may need to recalculate or re-create the attribute fields in your existing lines feature class for them to map to the parcel fabric Connections Lines feature class.

    Learn more about attribute field mapping

  7. Click Run to execute the tool and append your data.