Calibrate Routes (Linear Referencing)

This ArcGIS 2.8 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Summary

Recalculates route measures using points.

Usage

  • Either whole or partial routes can be calibrated. You can choose to interpolate between the input points, extrapolate before the input points, extrapolate after the input points, or use any combination of these three methods.

  • Use Make Feature Layer or Make Query Table to effectively reduce the routes that will be calibrated.

  • If the Output Route Feature Class will be written to a geodatabase, an appropriate M Tolerance, M Resolution, and M Domain environment should be set.

  • The Output Route Feature Class will include all the fields from the Input Route Features.

  • The outputMFlag environment setting is ignored. The Output Route Feature Class will have m- (measure) values.

  • A search radius of infinity cannot be specified.

  • An attribute index on the route identifier field speeds up the dynamic segmentation process. If you will be using the Output Route Feature Class for dynamic segmentation, it is recommended that you choose to have an attribute index created.

  • If any features are rejected by the Calibrate Routes process, a text file is created in the temporary file path to store information about those features, for example, C:\Users\patrickb\AppData\Local\Temp\Calibrate_Output0.txt (where Calibrate_Output is the name of the Output Route Feature Class).

Parameters

LabelExplanationData Type
Input Route Features

The route features to be calibrated.

Feature Layer
Route Identifier Field

The field containing values that uniquely identify each route. This field can be numeric or character.

Field
Input Point Features

The point features used to calibrate the routes.

Feature Layer
Point Identifier Field

The field that identifies the route on which each calibration point is located. The values in this field match those in the route identifier field. This field can be numeric or character.

Field
Measure Field

The field containing the measure value for each calibration point. This field must be numeric.

Field
Output Route Feature Class

The feature class to be created. It can be a shapefile or a geodatabase feature class.

Feature Class
Measure Calculation Method
(Optional)

Specifies how route measures will be recalculated.

  • Distance — Measures will be recalculated using the shortest path distance between the calibration points. This is the default.
  • Measures — Measures will be recalculated using the pre-existing measure distance between the calibration points.
String
Search Radius
(Optional)

Limits how far a calibration point can be from a route by specifying the distance and its unit of measure. If the unit of measure is unknown, the units of the coordinate system of the route feature class will be used.

Linear Unit
Interpolate between calibration points
(Optional)

Specifies whether measure values will be interpolated between the calibration points.

  • Checked—Interpolate between the calibration points. This is the default.
  • Unchecked—Do not interpolate between the calibration points.
Boolean
Extrapolate before calibration points
(Optional)

Specifies whether measure values will be extrapolated before the calibration points.

  • Checked—Extrapolate before the calibration points. This is the default.
  • Unchecked—Do not extrapolate before the calibration points.
Boolean
Extrapolate after calibration points
(Optional)

Specifies whether measure values will be extrapolated after the calibration points.

  • Checked—Extrapolate after the calibration points. This is the default.
  • Unchecked—Do not extrapolate after the calibration points.
Boolean
Ignore spatial gaps
(Optional)

Specifies whether spatial gaps will be ignored when recalculating the measures on disjointed routes.

  • Checked—Spatial gaps will be ignored. Measure values will be continuous for disjointed routes. This is the default.
  • Unchecked—Do not ignore spatial gaps. The measure values on disjointed routes will have gaps. The gap distance is calculated using the straight-line distance between the endpoints of the disjointed parts.
Boolean
Include all features in the output feature class
(Optional)

Specifies whether route features that do not have any calibration points will be excluded from the output feature class.

  • Checked—Keep all route features in the output feature class. This is the default.
  • Unchecked—Do not keep all route features in the output feature class. Features that have no calibration points will be excluded.
Boolean
Build index
(Optional)

Specifies whether an attribute index will be created for the route identifier field that is written to the Output Route Feature Class.

  • Checked—Create an attribute index. This is the default.
  • Unchecked—Do not create an attribute index.
Boolean

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics