Dissolve LRS Features

Title Dissolve LRS Features

Summary

Merges polyline features based on lrs attributes. Features are sorted by route identifier and measure. Features having the same route-identifier are merged when the to-measure of one feature matches the from-measure of the next feature. The output will include the dissolving fields and fields identified as relating to the from- or to-measure fields. The output geometry will consist of the simplified merged geometries.


Usage

  • If the input features are from a feature class or layer having a selection set, only the selected rows will be used.


Syntax

Dissolve_LRS_Features (input_features, input_event_table_properties, input_dissolve_fields, {input_from_related_fields}, {input_to_related_fields}, output_features)

Parameter Explanation Data Type
input_features Dialog Reference

This is the polyline feature class or layer to be dissolved.

Table View
input_event_table_properties Dialog Reference

Parameter consisting of the route location fields to be used during the dissolve and write features to the output feature class.

  • Route Identifier Field - The field containing the values indicating which route each event is along.

  • Event Type - The type of events the input table contains. This must be set to line or the tool will display an error.

  • From-Measure Field - The field containing the from-measure value.

  • To-Measure Field - The field containing the to-measure value.

Route Measure Event Properties
input_dissolve_fields Dialog Reference

The field or fields on which to aggregate features. These fields will be included in the output feature class.

Multiple Value
input_from_related_fields (Optional) Dialog Reference

The field or fields relating to the from-measure value. These fields will be included in the output feature class.

Multiple Value
input_to_related_fields (Optional) Dialog Reference

The field or fields relating to the to-measure value. These fields will be included in the output feature class.

Multiple Value
output_features Dialog Reference

The feature class that will be created to contain the aggregated features.

Feature Class

Code Samples

Tags

Credits

Use limitations