- URL:
- https://<calibration-point-layer-url>/generateCalibrationPoints
- Methods:
GET- Required Capability:
- The ArcGIS Location Referencing license is required to use this resource.
- Version Introduced:
- 11.1
Description
This operation generates calibration points for any route shape provided.
Request parameters
| Parameter | Details |
|---|---|
(Optional) |
Specifies the response format. The default response format is Values: |
| The item ID of the uploaded input polyline feature class. The item ID is generated when the source is uploaded to the server. The file geodatabase must be zipped before upload and must contain only one source feature class. The following hierarchy must be maintained in the Syntax: Example: |
| The field in the input polyline feature class that will be mapped to the calibration point route ID. The field type must match the Syntax: Example: |
| A date field in the input polyline feature class that will be mapped as the LRS calibration point from date. Syntax: Example: |
| A date field in the input polyline feature class that will be mapped as the LRS calibration point to date. Syntax: Example: |
| The ID of the LRS Network for which the measure values will be generated in the calibration points feature class. Syntax: Example: |
(Optional) | Specifies the direction of increasing calibration on a route when creating calibration points.
Syntax: Values: |
(Optional) | Specifies the method that will be used to determine the measures on a route when creating calibration points.
Syntax: Values: |
(Optional) | Specifies the field containing the from measure for the selected route. Syntax: Example: |
(Optional) | Specifies the field containing the to measure for the selected route. Syntax: Example: |
(Optional) |
Specifies the geodatabase version to use. If this parameter is not specified, the published map's version is used. Syntax: Example: |
(Optional) |
Set by a client during long transaction editing on a branch version. The Syntax: Example: |
(Optional) |
Specifies whether the response reports the time edits that were applied. If Values: |
(Optional) |
Returns features edited due to the geodatabase behavior that results from applying the edits. For example, if a feature is deleted and it is the origin in a composite relationship, the destination feature is automatically deleted from the geodatabase. If Results returned from Service-level The
The response includes no Edited features are returned in the spatial reference of the feature service as defined by the services The default value is Values: |
Example usage
The following is a sample URL for generating calibration points.
URL for generating calibration points in the target network from the source feature class:
https://organization.example.com/server/rest/services/LRSService/MapServer/exts/LRServer/calibrationPointLayers/0/generateCalibrationPoints?returnServiceEditsOption=originalAndCurrentFeatures&returnEditMoment=true&uploadItemId=idec5bf57-1649-44ce-bac1-19bd0872a026&routeIdFieldName=ROUTEID&fromDateFieldName=FromDate&toDateFieldName=ToDate&lrsNetworkID=1&calibrationMethod=digitizedDirection&calibrationMethod=geometryLength&f=json&gdbVersion=sde.DEFAULT&sessionId={FA6E2656-AD4E-4FDD-A484-80479C53F231}JSON Response syntax
Query this job URL to get progress updates and results of the operation.
{
"statusURL": "<jobIdURL>"
}JSON Response example
Example of a successful response:
{
"statusURL": "https://organization.example.com/server/rest/services/LRSService/MapServer/exts/LRServer/jobs/j1e84dac5934d44c4a52d0b6d4b22de09"
}