Skip To Content
ArcGIS Developer
Dashboard

Get Cartographic Realignment Configuration

Description

License:

The ArcGIS Location Referencing license is required to use this resource.

This operation retrieves the cartographic realignment configuration from the LRS dataset for the signed in ArcGIS Enterprise portal user.

The cartographic realignment configuration is stored in the linear referencing system (LRS) dataset. Anonymous user is not supported.

If setCartoRealignConfiguration hasn't been called before calling this operation, the default value returned is proportionalsnap.

Learn more about cartographic realignment configuration in Pipeline Referencing or cartographic realignment configuration in Roads and Highways.

Request parameters

ParameterDetails
f

Optional parameter to specify the response format. The default response format is html.

Values: html | json

Example usage

URL to retrieve the current cartographic realignment configuration.

https://sampleserver.com/arcgis/rest/services/MyLRS/MapServer/exts/LRServer/getCartoRealignConfiguration

JSON Response syntax


{
 "cartoRealignConfiguration": "<cartoRealignConfiguration>" // one of proportionalsnap, delete, ignore
}

JSON Response example


{
 "cartoRealignConfiguration": "proportionalsnap" 
}