{ "name": "XY2TWN", "displayName": "XY2TWN", "description": "Converts X/Y coordinates in Vermont State Plane Meters to VTrans Town-based LRS route code and milemarker.", "category": "", "helpUrl": "https://maps.vtrans.vermont.gov/arcgis/rest/directories/arcgisoutput/LRSLocator_GPServer/LRSLocator/XY2TWN.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "XValue", "dataType": "GPDouble", "displayName": "XValue", "description": "Converts X/Y coordinates in Vermont State Plane Meters to VTrans Town-based LRS route code and milemarker.", "direction": "esriGPParameterDirectionInput", "defaultValue": -1, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "YValue", "dataType": "GPDouble", "displayName": "YValue", "description": "Converts X/Y coordinates in Vermont State Plane Meters to VTrans Town-based LRS route code and milemarker.", "direction": "esriGPParameterDirectionInput", "defaultValue": -1, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "TWNRouteCode", "dataType": "GPString", "displayName": "TWNRouteCode", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "TWNMileage", "dataType": "GPDouble", "displayName": "TWNMileage", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }