{ "name": "InstreamPousAsJson", "displayName": "GenerateInstreamPOUsAsJSON", "description": "Given a beginning and ending point, will trace a network built on the National Hydrography Dataset (NHD) and return a buffer of that trace.", "category": "", "helpUrl": "https://maps.idwr.idaho.gov/arcgis/rest/directories/arcgisoutput/InstreamPOUMaker_GPServer/InstreamPOUMaker/InstreamPousAsJson.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "InputJson", "dataType": "GPString", "displayName": "Input JSON", "description": "Input json for the tool. Example:[{\"BeginPod\":{\"x\":2276596,\"y\":1816206,\"spatialReference\":{\"wkid\":102605}},\"EndPod\":{\"x\":2276289,\"y\":1817500,\"spatialReference\":{\"wkid\":102605}},\"BufferDistance\":3}]", "direction": "esriGPParameterDirectionInput", "defaultValue": [ { "BeginPod": { "x": 2276596, "y": 1816206, "spatialReference": {"wkid": 102605} }, "EndPod": { "x": 2276289, "y": 1817500, "spatialReference": {"wkid": 102605} }, "BufferDistance": 3 } ], "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "InStreamPouResponse", "dataType": "GPString", "displayName": "JSON Response", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }