{ "name": "LandStreamAccumulation", "displayName": "StreamAndAccumulation", "description": "Land - Stream and accumulation", "category": "", "helpUrl": "https://portal.introgis.com/analytic/rest/directories/arcgisoutput/Solution/OilSpillDemoLandTool_GPServer/Solution_OilSpillDemoLandTool/LandStreamAccumulation.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_ponts", "dataType": "GPFeatureRecordSetLayer", "displayName": "Sources", "description": "Sources", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Volume", "type": "esriFieldTypeDouble", "alias": "Volume" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_field_volume", "dataType": "GPString", "displayName": "Attribute with data about spill volume (m3)", "description": "Attribute with data about spill volume (m3)", "direction": "esriGPParameterDirectionInput", "defaultValue": "Volume", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_radius", "dataType": "GPDouble", "displayName": "Radius (m)", "description": "Radius (m)", "direction": "esriGPParameterDirectionInput", "defaultValue": 200, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "in_oil_capacity", "dataType": "GPDouble", "displayName": "Surface oil-capacity (%)", "description": "Surface oil-capacity (%)", "direction": "esriGPParameterDirectionInput", "defaultValue": 40, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_stream_absorption_depth", "dataType": "GPDouble", "displayName": "Absorption depth for a stream (cm)", "description": "Absorption depth for a stream (cm)", "direction": "esriGPParameterDirectionInput", "defaultValue": 5, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_pool_absorption_depth", "dataType": "GPDouble", "displayName": "Absorption depth for a pool (cm)", "description": "Absorption depth for a pool (cm)", "direction": "esriGPParameterDirectionInput", "defaultValue": 40, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_stream_width", "dataType": "GPDouble", "displayName": "Stream width (m)", "description": "Stream width (m)", "direction": "esriGPParameterDirectionInput", "defaultValue": 1, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "out_spills", "dataType": "GPFeatureRecordSetLayer", "displayName": "Разливы", "description": "Spills", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "fields": [ { "name": "SHAPE_length", "type": "esriFieldTypeDouble", "alias": "SHAPE_length" }, { "name": "SHAPE_area", "type": "esriFieldTypeDouble", "alias": "SHAPE_area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }