{
 "name": "NCDOTIdentifyRouteMilepostUsingPointTool",
 "displayName": "NCDOTIdentifyRouteMilepostUsingPointTool",
 "description": "Returns the route/milepost on an NCDOT route at a user specified map point",
 "category": "",
 "helpUrl": "https://gis11.services.ncdot.gov/arcgis/rest/directories/arcgisoutput/NCDOT_Tools/NCDOTIdentifyRouteMilepostUsingPointTool_GPServer/NCDOT_Tools_NCDOTIdentifyRouteMilepostUsingPointTool/NCDOTIdentifyRouteMilepostUsingPointTool.htm",
 "executionType": "esriExecutionTypeSynchronous",
 "parameters": [
  {
   "name": "Point_Locations",
   "dataType": "GPFeatureRecordSetLayer",
   "displayName": "Point Locations",
   "description": "Input point location(s)",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": {
    "displayFieldName": "",
    "geometryType": "esriGeometryPoint",
    "spatialReference": {
     "wkid": 102719,
     "latestWkid": 2264
    },
    "fields": [
     {
      "name": "OBJECTID",
      "type": "esriFieldTypeOID",
      "alias": "OBJECTID"
     }
    ],
    "features": [],
    "exceededTransferLimit": false
   },
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "NCDOTIdentifyRouteMilepostUsingPointToolResults",
   "dataType": "GPFeatureRecordSetLayer",
   "displayName": "NCDOTIdentifyRouteMilepostUsingPointToolResults",
   "description": "NCDOTIdentifyRouteMilepostUsingPointToolResults ",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": {
    "displayFieldName": "",
    "hasZ": true,
    "hasM": true,
    "geometryType": "esriGeometryPoint",
    "spatialReference": {
     "wkid": 102719,
     "latestWkid": 2264,
     "vcsWkid": 105703,
     "latestVcsWkid": 6360
    },
    "fields": [
     {
      "name": "ObjectId",
      "type": "esriFieldTypeOID",
      "alias": "ObjectId"
     },
     {
      "name": "RID",
      "type": "esriFieldTypeString",
      "alias": "RID",
      "length": 11
     },
     {
      "name": "MEAS",
      "type": "esriFieldTypeDouble",
      "alias": "MEAS"
     },
     {
      "name": "Distance",
      "type": "esriFieldTypeDouble",
      "alias": "Distance"
     },
     {
      "name": "RouteID",
      "type": "esriFieldTypeString",
      "alias": "RouteID",
      "length": 15
     },
     {
      "name": "Milepost",
      "type": "esriFieldTypeDouble",
      "alias": "Milepost"
     },
     {
      "name": "MaintCntyCode",
      "type": "esriFieldTypeString",
      "alias": "MaintCntyCode",
      "length": 3
     },
     {
      "name": "RouteClass",
      "type": "esriFieldTypeString",
      "alias": "RouteClass",
      "length": 5
     },
     {
      "name": "RouteNumber",
      "type": "esriFieldTypeString",
      "alias": "RouteNumber",
      "length": 5
     },
     {
      "name": "RouteQualifier",
      "type": "esriFieldTypeString",
      "alias": "RouteQualifier",
      "length": 5
     },
     {
      "name": "RouteInventory",
      "type": "esriFieldTypeString",
      "alias": "RouteInventory",
      "length": 1
     },
     {
      "name": "RouteName",
      "type": "esriFieldTypeString",
      "alias": "RouteName",
      "length": 12
     },
     {
      "name": "StreetName",
      "type": "esriFieldTypeString",
      "alias": "StreetName",
      "length": 75
     }
    ],
    "features": [],
    "exceededTransferLimit": false
   },
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  }
 ]
}