Create LRS (Location Referencing)

此 ArcGIS 2.8 文档已 存档,并且不再对其进行更新。 其中的内容和链接可能已过期。 请参阅最新文档

摘要

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

使用情况

  • 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.

参数

标注说明数据类型
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
(可选)

The xy-tolerance of the output feature classes.

Linear Unit
Z Tolerance
(可选)

The z-tolerance of the output feature classes.

Linear Unit
XY Resolution
(可选)

The xy-resolution of the output feature classes.

Linear Unit
Z Resolution
(可选)

The z-resolution of the output feature classes.

Linear Unit

派生输出

标注说明数据类型
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

环境

特殊情况

许可信息

  • Basic: 需要 ArcGIS Location Referencing
  • Standard: 需要 ArcGIS Location Referencing
  • Advanced: 需要 ArcGIS Location Referencing

相关主题