Loading right-of-ways

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

Right-of-way features in a parcel fabric can be represented as road centerlines, right-of-way polygons, or both. You can load both road centerlines and right-of-way polygons to a parcel fabric.

Loading road centerlines

Unclosed parcels are used to represent road centerlines in the parcel fabric. An unclosed parcel does not rely on an internal traverse loop that closes onto its starting point. Unclosed parcels are line features but are stored as parcels in the parcel fabric.

Road centerline parcel

Road centerlines should be loaded separately from your regular parcel data. Your road centerlines need to be in their own separate line feature class. An empty polygon feature class is added with the line feature class to the topology that is loaded to the fabric.

Steps:
  1. Create an empty polygon feature class in the same feature dataset as the line feature class containing the road centerlines.
  2. Create a new topology and add both the line feature class and empty polygon feature class to the topology. Add the required set of rules to the topology.
  3. Validate the topology and fix any topology errors.
  4. Since there are no polygons, mark the lines Must Be Covered By Boundary Of polygons rule as an exception.
  5. Add and populate a ParcelName attribute field and, optionally, a PlanName attribute field to the line feature class.
  6. NoteNote:

    Road centerline features are migrated as separate, individual, unclosed parcels based on a ParcelName and PlanName attribute on the feature class. If there are no ParcelName or PlanName attributes, connected line features are migrated as one single, unclosed parcel.

  7. Add any other fields to the line feature class you want to populate and migrate to the corresponding parcel fabric system fields.
  8. Parcel fabric system fields added to a line feature class (being migrated as centerlines) are migrated to the parcels table in the parcel fabric. For example, to migrate a centerline name, or centerline ID attribute, create and populate a ParcelName field on the line feature class. System fields that are typically added to a polygon feature class are added to a line feature class when it is migrated as unclosed parcels.
  9. If you want to migrate additional, nonsystem fields for your road centerlines, create the same fields in the fabric parcels table.
  10. To begin the migration process, open the Load A Topology To A Parcel Fabric geoprocessing tool located under Toolboxes > System Toolboxes > Parcel Fabric Tools.tbx > Data Migration on the Catalog window.
  11. If you want to load a selection of lines, select the lines you want to migrate using the Select Parcel Features tool. If there is a selection present, the topology loader will only load the selected data. If there is no selection present in the map, the entire dataset is loaded.
  12. Choose or specify the parcel fabric to which the data will be migrated under Target Parcel Fabric. Choose the road centerline feature class for Input (Topology) Feature Class. Enter any other necessary parameters for your migration and run the tool.
  13. Once loading is complete, the migrated road centerlines are displayed in ArcMap.

Loading right-of-way polygons

Right-of-way polygons are loaded as regular parcel polygons to the parcel fabric. You can load the right-of-way polygons along with the parcel polygons.

However, it is recommended that large right-of-way polygons be split into smaller, more manageable polygons. Large right-of-way polygons often consist of a single, large polygon feature that represents a large right-of-way network. Large right-of-way parcels can cause software performance to slow down in the parcel fabric when editing parcels adjacent to the right-of-way parcel.

5/12/2014