{ "name": "CreateWatersheds", "displayName": "CreateWatersheds", "description": "Determines the upstream contributing area for specified points.", "category": "", "helpUrl": "https://gis.woodcountywi.gov/gis/rest/directories/arcgisoutput/System/SpatialAnalysisTools_GPServer/System_SpatialAnalysisTools/CreateWatersheds.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "inputLayer", "dataType": "GPFeatureRecordSetLayer", "displayName": "inputLayer", "description": "The locations where the upstream water catchment (watershed) will be created. ", "direction": "esriGPParameterDirectionInput", "filter": { "type": "featureClass", "list": [ "esriGeometryPoint", "esriGeometryMultipoint" ] }, "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "searchDistance", "dataType": "GPDouble", "displayName": "searchDistance", "description": "The maximum allowed distance to move the location of an input point to the closest drainage line or highest flow accumulation. ", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "searchUnits", "dataType": "GPString", "displayName": "searchUnits", "description": "The units that will be used for the Search distance parameter. ", "direction": "esriGPParameterDirectionInput", "defaultValue": "Meters", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Meters", "Kilometers", "Feet", "Yards", "Miles" ] }, { "name": "sourceDatabase", "dataType": "GPString", "displayName": "sourceDatabase", "description": "Keyword indicating the data source resolution that will be used in the analysis.", "direction": "esriGPParameterDirectionInput", "defaultValue": "FINEST", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "FINEST", "30m", "90m" ] }, { "name": "generalize", "dataType": "GPBoolean", "displayName": "generalize", "description": "Specifies whether the watershed polygons will be generalized. ", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "outputName", "dataType": "GPString", "displayName": "outputName", "description": "The name of the feature layer containing watershed polygons and adjusted pour points that will be created and added to the map. ", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "context", "dataType": "GPString", "displayName": "context", "description": "Specifies the analysis environments. ", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "snapPourPtsLayer", "dataType": "GPString", "displayName": "snapPourPtsLayer", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "watershedLayer", "dataType": "GPString", "displayName": "watershedLayer", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }