{ "name": "WatershedBasinTrace", "displayName": "Watershed Basin Trace", "description": "Performs an upstream drainage system trace to intersect with basin polygons in order to determin watershed basin", "category": "", "helpUrl": "https://gistech.countyofkane.org/arcgis/rest/directories/arcgisoutput/water_flow_resources/WatershedBasinTrace_GPServer/water_flow_resources_WatershedBasinTrace/WatershedBasinTrace.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_flag_features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Flags", "description": "Pour Points", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102671, "latestWkid": 3435 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_barrier_features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Barriers", "description": "Trace Bariers", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102671, "latestWkid": 3435 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "in_snap_barrier_features", "dataType": "GPBoolean", "displayName": "Snap Barriers to Geometric Network", "description": "Specify if you want to snap barriers to geometric network", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "in_snapping_tolerance", "dataType": "GPLong", "displayName": "Snapping Tolerance", "description": "Snapping Tolerance", "direction": "esriGPParameterDirectionInput", "defaultValue": 200, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_area_units", "dataType": "GPString", "displayName": "Units for watershed area return", "description": "Units to return watershed area", "direction": "esriGPParameterDirectionInput", "defaultValue": "SQUAREFEET", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "in_clean_shapes", "dataType": "GPBoolean", "displayName": "Flag to disolve watershed boundaries", "description": "Flag to disolve watershed boundaries", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "in_max_feature_output", "dataType": "GPLong", "displayName": "Maximum Number of watershed boundaries before dissolving them", "description": "Maximum Number of watershed boundaries before dissolving them", "direction": "esriGPParameterDirectionInput", "defaultValue": 999, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "out_features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Features", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "out_area", "dataType": "GPDouble", "displayName": "Output Area", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }