{
 "name": "XY2ETE",
 "displayName": "XY2ETE",
 "description": "Converts X/Y coordinates in Vermont State Plane Meters to VTrans End-to-End LRS route code and milemarker. ",
 "category": "",
 "helpUrl": "http://maps.vtrans.vermont.gov/arcgis/rest/directories/arcgisoutput/LRSLocator_GPServer/LRSLocator/XY2ETE.htm",
 "executionType": "esriExecutionTypeSynchronous",
 "parameters": [
  {
   "name": "XValue",
   "dataType": "GPDouble",
   "displayName": "XValue",
   "description": "Converts X/Y coordinates in Vermont State Plane Meters to VTrans End-to-End 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 End-to-End LRS route code and milemarker. ",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": -1,
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "ETECode",
   "dataType": "GPString",
   "displayName": "ETECode",
   "description": "",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": "",
   "parameterType": "esriGPParameterTypeDerived",
   "category": ""
  },
  {
   "name": "ETEMM",
   "dataType": "GPDouble",
   "displayName": "ETEMM",
   "description": "",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": null,
   "parameterType": "esriGPParameterTypeDerived",
   "category": ""
  }
 ]
}