Set Cartographic Realignment Configuration

URL:
https://<LinearReferencingService-url>/setCartoRealignConfiguration
Methods:
GET
Required Capability:
The ArcGIS Location Referencing license is required to use this resource.
Version Introduced:
10.9.1

Description

This operation sets the cartographic realignment configuration for 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.

Any subsequent cartographic realignment edit will use the set configuration.

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

Request parameters

ParameterDetails

f

(Optional)

Specifies the response format. The default response format is html.

Values: html | json | pjson

cartoRealignConfiguration

(Required)

Specifies the cartographic realignment configuration.

Values: proportionalsnap | delete | ignore

Example usage

URL to set cartographic realignment configuration.

1
https://sampleserver.com/arcgis/rest/services/MyLRS/MapServer/exts/LRServer/setCartoRealignConfiguration?cartoRealignConfiguration=proportionalsnap&f=pjson

JSON Response syntax

1
2
3
{
 "success": "<true | false>"
}

JSON Response example

1
2
3
{
 "success": true
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close