Redact LRS Events

Title Redact LRS Events

Summary

Removes portions of lrs based features based on the lrs line attributes of features from another layer or table view.


Usage

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

  • If the redacting rows are from a layer or table view having a selection set, only the selected rows will be used.

  • This utility outputs a table. Use Make Route Event Layer to create a temporary feature layer using routes and route events.


Syntax

Redact_LRS_Events (input_features, input_feature_event_table_properties, input_remove_point_events_at_redaction_limits, input_redaction_features, input_redaction_feature_event_table_properties, output_table)

Parameter Explanation Data Type
input_features Dialog Reference

The rows from a table, table view, feature class or layer to be redacted.

Table View
input_feature_event_table_properties Dialog Reference

Parameter consisting of the route location fields for the input row.

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

  • 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_remove_point_events_at_redaction_limits Dialog Reference

Describes the action to be taken when the input events are points that occur at the from- or to-measure of a redacting row.

  • KEEP_POINTS - The points will be included in the output

  • REMOVE_POINTS - The points will be excluded from the output.

String
input_redaction_features Dialog Reference

The rows from a table, table view, feature class or layer whose route location fields describe the lrs limits to be removed.

Table View
input_redaction_feature_event_table_properties Dialog Reference

Parameter consisting of the route location fields for the redacting row. This must be set as a line event type.

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

  • Event Type - The type of events that the table contains.

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

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

Route Measure Event Properties
output_table Dialog Reference

The output table that will be created.

Table

Code Samples

Tags

Credits

Use limitations