Create LRS (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.

Zusammenfassung

Creates a linear referencing system (LRS) and minimum schema items in a specified workspace.

Verwendung

  • The minimum schema items created are the Centerline, Centerline Sequence, Calibration Point, and Redline feature classes.

  • The names for the LRS, centerline, calibration point, redline, and centerline sequence should be unique and not already exist in the geodatabase.

  • The spatial reference, tolerance, and resolution inputs will be applied to all output feature classes.

  • If the input location is a feature dataset, the spatial reference, tolerance, and resolution of the feature dataset must match that of the inputs for the tool.

  • The xy- and z-tolerance must be at least twice as large as the xy- and z-resolution.

Parameter

BeschriftungErläuterungDatentyp
Input Location

The file or multipurpose geodatabase where the LRS and minimum schema will be created.

Workspace; Feature Dataset
LRS Name

The name of the output LRS.

String
Centerline Feature Class Name

Name of the output centerline feature class.

String
Calibration Point Feature Class Name

Name of the output calibration point feature class.

String
Redline Feature Class Name

Name of the output redline feature class.

String
Centerline Sequence Table Name

Name of the output centerline sequence table.

String
Spatial Reference

The spatial reference for the output feature classes. When executing from a Python script, you can use the Well Known ID (WKID) for the spatial reference.

Spatial Reference
XY Tolerance
(optional)

The xy-tolerance of the output feature classes.

Linear Unit
Z Tolerance
(optional)

The z-tolerance of the output feature classes.

Linear Unit
XY Resolution
(optional)

The xy-resolution of the output feature classes.

Linear Unit
Z Resolution
(optional)

The z-resolution of the output feature classes.

Linear Unit

Abgeleitete Ausgabe

BeschriftungErläuterungDatentyp
Updated Input Location

The updated LRS workspace.

Workspace; Feature Dataset
Output Centerline Feature Class

The updated centerline feature layer.

Feature Class
Output Calibration Point Feature Class

The updated calibration point feature layer.

Feature Class
Output Redline Feature Class

The updated redline feature layer.

Feature Class
Output Centerline Sequence Table

Updated centerline sequence table.

Table

Umgebungen

Sonderfälle

Lizenzinformationen

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

Verwandte Themen