{ "name": "CWPTFindProjects", "displayName": "CWPT_FindProjects", "description": "This geoprocessing task will take an address as input and find intersecting and nearby projects.", "category": "", "helpUrl": "https://mapviewer.lynchburgva.gov/arcgis/rest/directories/arcgisoutput/Geoprocessing/CWPT_FindProjects_GPServer/Geoprocessing_CWPT_FindProjects/CWPTFindProjects.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Address", "dataType": "GPString", "displayName": "Address", "description": "Enter an address to find nearby projects.", "direction": "esriGPParameterDirectionInput", "defaultValue": "2539 FAIRVIEW AVE", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "FoundProjects", "dataType": "GPRecordSet", "displayName": "FoundProjects", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "bufferDist", "dataType": "GPDouble", "displayName": "bufferDist", "description": "Distance that will be used to determine a search buffer", "direction": "esriGPParameterDirectionInput", "defaultValue": 0, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }