Create LRS Network (Location Referencing Tools)
Summary
Creates an LRS Network in an ArcGIS Location Referencing linear referencing system (LRS).
Usage
The input workspace must contain a Location Referencing LRS.
If the input workspace contains more than one Location Referencing LRS, use the drop-down menu to choose the LRS to which the network will be registered. Any valid LRS in the input workspace can be entered in a Python script.
The LRS Network name must be 26 or fewer characters and cannot contain any special characters other than underscores.
The x,y resolution, x,y tolerance, and m-tolerance of the output feature class must match the resolution and tolerance settings of the Location Referencing LRS.
The unit of measure (m-units) for the output LRS Network can be set to a unit other than that of the spatial reference.
The default output of this tool is an LRS Network that does not support lines, along with a feature class that does not contain the necessary fields to support lines. If you want an LRS network that supports lines, check the Include Fields to Support Lines parameter and map the additional fields required for an LRS line network. If you want an LRS derived network, check the Derive From Line Network parameter and provide the LRS line network to which the LRS derived network will be registered.
This tool will add information to internal metadata tables to register the output feature class as the LRS Network feature class.
A feature class can only be registered as one LRS Network feature class at a time. If a feature class is already registered and that name must be used as the output feature class name, delete the LRS Network to which the feature class is registered.
A field in the output feature class can only be mapped to one LRS Network required field.
The output of this tool is an LRS Network and an empty polyline feature class that will store the routes of the LRS Network.
The output LRS Network and output feature class will have the same name as defined by the LRS Network Name parameter.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input Location |
The input workspace that will contain the new LRS Network. This workspace must be a geodatabase that contains a Location Referencing LRS. In addition to the top level of a geodatabase, a feature dataset is also supported as a valid path. |
Workspace; Feature Dataset |
|
LRS Name |
The LRS to which the new LRS Network will be registered. The LRS must reside in the same geodatabase as the Input Location parameter value. |
String |
|
LRS Network Name |
The name of the LRS Network that will be created, as well as the name of the feature class that will be created and registered with the LRS Network. The LRS Network name must be 26 or fewer characters and cannot contain special characters other than underscores. |
String |
|
Route ID Field |
The field in the output feature class that will be mapped as the LRS Network route ID. The field type is derived from the |
String |
|
Route Name Field |
A string field in the output feature class that will be mapped as the LRS Network route name. |
String |
|
From Date Field |
A date field in the output feature class that will be mapped as the LRS Network from date. |
String |
|
To Date Field |
A date field in the output feature class that will be mapped as the LRS Network to date. |
String |
|
Derive From Line Network (Optional) |
Specifies whether the network will be configured as an LRS derived network.
|
Boolean |
|
Line Network Name (Optional) |
The name of the LRS line network to which the output LRS derived network will be registered. The input LRS line network must reside in the same geodatabase as the Input Location parameter value. This parameter is only used if the Derive From Line Network parameter is checked. |
String |
|
Include Fields to Support Lines (Optional) |
Specifies whether fields that support lines will be added.
|
Boolean |
|
Line ID Field (Optional) |
The field in the output feature class that will be mapped as the LRS Network line ID. This parameter is only used if the Include Fields to Support Lines parameter is checked. The field type is derived from the |
String |
|
Line Name Field (Optional) |
A string field in the output feature class that will be mapped as the LRS Network line name. This parameter is only used if the Include Fields to Support Lines parameter is checked. |
String |
|
Line Order Field (Optional) |
The field in the output feature class that will be mapped as the LRS Network line order. This parameter is only used if the Include Fields to Support Lines parameter is checked. This will be a long integer field type. |
String |
|
Measure Unit (Optional) |
Specifies the unit of measure (m-unit) that will be used for the LRS Network.
|
String |
Derived output
| Label | Explanation | Data type |
|---|---|---|
|
Output Network Feature Class |
The updated network feature class. |
Feature Layer |
Environments
Licensing information
- Basic: Requires ArcGIS Location Referencing (ArcGIS Pipeline Referencing or ArcGIS Roads and Highways)
- Standard: Requires ArcGIS Location Referencing (ArcGIS Pipeline Referencing or ArcGIS Roads and Highways)
- Advanced: Requires ArcGIS Location Referencing (ArcGIS Pipeline Referencing or ArcGIS Roads and Highways)