{ "name": "LRSToReferencePost", "displayName": "LRSToReferencePost", "description": "Geoprocessing Task that accepts LRS information (RouteID, Measure and optional ToMeasure) plus optional output Spatial Reference and Active (LRS) Date and returns one or more Reference Posts within the SearchDistanceMeasure of a single LRS Measure, or within two LRS Measures.", "category": "", "helpUrl": "https://rnhp.dot.ga.gov/hosting/rest/directories/arcgisoutput/ReferencePost_GeoCoders_GPServer/ReferencePost_GeoCoders/LRSToReferencePost.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "RouteID", "dataType": "GPString", "displayName": "RouteID", "description": "LRS RouteID (e.g., \"1000100000100INC\").", "direction": "esriGPParameterDirectionInput", "defaultValue": "1000100007400INC", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Measure", "dataType": "GPDouble", "displayName": "Measure", "description": "LRS Measure, or \"From\" Measure when \"To\" Measure also provided.", "direction": "esriGPParameterDirectionInput", "defaultValue": 103.44, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ToMeasure", "dataType": "GPDouble", "displayName": "ToMeasure", "description": "Optional LRS \"To\" Measure. When provided, a list of Reference Posts between the \"From\" and \"To\" Measures will be returned.", "direction": "esriGPParameterDirectionInput", "defaultValue": 103.45, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "OutSpatialReferenceWKID", "dataType": "GPLong", "displayName": "OutSpatialReferenceWKID", "description": "Well Known ID (WKID) of output X, Y coordinates. Default value is same as InSpatialReferenceWKID. Note that 102604 is the native WKID of GDOT's LRS and ReferencePosts. The default value is 4326 (WGS84 geographic [longitude/latitude]).", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "SearchDistanceMeasure", "dataType": "GPDouble", "displayName": "SearchDistanceMeasure", "description": "The distance in LRS Measures (miles) that the Measure or From Measure and To Measure will be expanded to select Reference Posts. With the default value of 0.75, a single Measure of 1.5 will return any Reference Posts between 0.75 and 2.25; From Measure/To Measure of 1.0 and 2.0 will return any Reference Posts between 0.25 and 2.75.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "ActiveDate", "dataType": "GPString", "displayName": "ActiveDate", "description": "Active date of Reference Post/LRS in the format m/d/yyyy. Examples are 1/4/2020, 10/23/2022. Default value is current date (today).", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "RefPostInfo", "dataType": "GPString", "displayName": "RefPostInfo", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }