Delete Routes (Location Referencing)

Diese ArcGIS 2.8-Dokumentation wurde archiviert und wird nicht mehr aktualisiert. Inhalt und Links sind möglicherweise veraltet. Verwenden Sie die aktuelle Dokumentation.

Mit der Location Referencing-Lizenz verfügbar.

Zusammenfassung

Deletes routes and associated data elements from the LRS Network.

Verwendung

  • An LRS dataset is required to run this tool. To create an LRS dataset, add the calibration point, centerline, and redline layers to a feature dataset; then run the Modify LRS tool with the geodatabase as the input.

  • As part of deleting routes, the Delete Routes tool also does the following:

    • Delete all Centerline Sequence records that have the routeId of deleted routes.
    • Delete all records in the lrs_edit_log table related to deleted routes.
    • Optionally delete associated centerlines, calibration points, and events.
      Vorsicht:

      Running Delete Routes without using Delete associated centerlines, Delete associated calibration points, and Delete associated events may result in those centerlines, calibration points, and events not referencing to any route.

  • The input must be a network feature class registered with an LRS Network.

  • Select routes that need to be deleted before running the tool. Selection on an LRS Network feature class can be performed using the Select tool or definition queries.

  • If no routes have been selected in the LRS Network feature class, the tool will fail.

  • Selected route records with the same routeId will be deleted across time.

  • If a route is selected in a Line Network, all routes in the same line are deleted across time.

  • If the Delete associated calibration points check box is checked, calibration points associated with the routes will be deleted across time.

  • If the Delete associated events check box is checked, all events registered with the network that have the same routeId of a deleted route will be deleted across time.

  • If the Delete associated centerlines check box is checked, centerlines associated with the selected routes will be deleted. If centerlines are shared between networks, those common centerlines will not be deleted.

  • It is recommended that you not run this tool on the default version of a database.

  • If Delete Routes is run in an edit session, the deleted routes can be undone.

  • Vorsicht:

    If the Delete Routes tool is run outside an edit session, the deleted routes cannot be undone.

  • In the case of routes that have a null routeId or lineId, the tool will run but records will not be deleted.

  • The Delete Routes tool cannot be run on network layers in ArcGIS Pro when a time filter is turned on.

Parameter

BeschriftungErläuterungDatentyp
Input Route Features

The route feature class registered with the network.

Feature Layer
Delete associated calibration points
(optional)

Specifies whether calibration points associated with the deleted routes will be deleted.

  • Checked—Calibration points associated with the routes will be deleted.
  • Unchecked—Calibration points associated with the routes will not be deleted. This is the default.
Boolean
Delete associated events
(optional)

Specifies whether events associated with the deleted routes will be deleted.

  • Checked—Events associated with the routes will be deleted.
  • Unchecked—Events associated with the routes will not be deleted. This is the default.
Boolean
Delete associated centerlines
(optional)

Specifies whether centerlines that are exclusively associated with the deleted routes will be deleted.

  • Checked—Centerlines exclusively associated with the selected routes will be deleted. If centerlines are shared between networks, those common centerlines will not be deleted.
  • Unchecked—Centerlines will not be deleted. This is the default.
Boolean

Abgeleitete Ausgabe

BeschriftungErläuterungDatentyp
Updated Route Features

Updated LRS Network feature class.

Feature Layer
Output Results File

A text file that details the routes deleted from the LRS Network feature class.

Text File
Output Derived Route Features

The updated derived route feature layer.

Feature Layer

Umgebungen

Sonderfälle

Lizenzinformationen

  • Basic: Erfordert ArcGIS Location Referencing
  • Standard: Erfordert ArcGIS Location Referencing
  • Advanced: Erfordert ArcGIS Location Referencing

Verwandte Themen