{ "name": "DownloadTool", "displayName": "Download Address Points", "description": "Download a counties address points.", "category": "", "helpUrl": "http://mapserv.utah.gov/arcgis/rest/directories/arcgisoutput/AddressEditor/DownloadTool_GPServer/AddressEditor_DownloadTool/DownloadTool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "county", "dataType": "GPString", "displayName": "County", "description": "the county whos points are being downloaded", "direction": "esriGPParameterDirectionInput", "defaultValue": "10", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "format", "dataType": "GPString", "displayName": "File type", "description": "shp, fgdb", "direction": "esriGPParameterDirectionInput", "defaultValue": "shp", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "sr", "dataType": "GPString", "displayName": "Coordinate System", "description": "stateplane_southstateplane_centralstateplane_northutm12", "direction": "esriGPParameterDirectionInput", "defaultValue": "utm12", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "zip", "dataType": "GPDataFile", "displayName": "Zip file", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }