{ "name": "LandSpreading", "displayName": "Spreading", "description": "Land - Spreading", "category": "", "helpUrl": "https://portal.introgis.com/analytic/rest/directories/arcgisoutput/Solution/OilSpillDemoLandTool_GPServer/Solution_OilSpillDemoLandTool/LandSpreading.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_points", "dataType": "GPFeatureRecordSetLayer", "displayName": "Source points", "description": "Source points", "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_min_height", "dataType": "GPDouble", "displayName": "Minimal spill height (m)", "description": "Minimal spill height (m)", "direction": "esriGPParameterDirectionInput", "defaultValue": 0.05, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_save_iteration", "dataType": "GPLong", "displayName": "Count of iteration for saving results", "description": "Count of iteration for saving results", "direction": "esriGPParameterDirectionInput", "defaultValue": 100, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "out_spots", "dataType": "GPFeatureRecordSetLayer", "displayName": "Пятна разлива", "description": "Oil spots", "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": "" } ] }