{ "name": "Dissolve", "displayName": "Dissolve", "description": "Agrega feições baseado em atributos específicos.", "category": "", "helpUrl": "https://zee.rs.gov.br/server/rest/directories/arcgisoutput/App/_Dissolve_GPServer/App__Dissolve/Dissolve.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Feições de entrada", "description": "Feições a serem agregadas.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 4674, "latestWkid": 4674 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "NM_MUNICIP", "type": "esriFieldTypeString", "alias": "NM_MUNICIP", "length": 60 }, { "name": "GEOCODIGO", "type": "esriFieldTypeInteger", "alias": "GEOCODIGO" }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 50 }, { "name": "G_MGS_H", "type": "esriFieldTypeDouble", "alias": "G_MGS_H" }, { "name": "G_MGS2_H", "type": "esriFieldTypeDouble", "alias": "G_MGS2_H" }, { "name": "C1_MGP_H", "type": "esriFieldTypeDouble", "alias": "C1_MGP_H" }, { "name": "C2_MGP_H", "type": "esriFieldTypeDouble", "alias": "C2_MGP_H" }, { "name": "C3_MGP_H", "type": "esriFieldTypeDouble", "alias": "C3_MGP_H" }, { "name": "Shape_Leng", "type": "esriFieldTypeDouble", "alias": "Shape_Leng" }, { "name": "BUFF_DIST", "type": "esriFieldTypeDouble", "alias": "BUFF_DIST" }, { "name": "ORIG_FID", "type": "esriFieldTypeInteger", "alias": "ORIG_FID" }, { "name": "MERGE_SRC", "type": "esriFieldTypeString", "alias": "MERGE_SRC", "length": 255 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Feição resultante", "description": "Feição resultante que contem as feições agregadas.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 4674, "latestWkid": 4674 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "dissolve_field", "dataType": "GPMultiValue:GPString", "displayName": "Atributos", "description": "The field or fields on which to aggregate features.", "direction": "esriGPParameterDirectionInput", "defaultValue": [], "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "OBJECTID", "NM_MUNICIP", "GEOCODIGO", "Symbol", "G_MGS_H", "G_MGS2_H", "C1_MGP_H", "C2_MGP_H", "C3_MGP_H", "Shape_Leng", "BUFF_DIST", "ORIG_FID", "MERGE_SRC", "Shape_Length", "Shape_Area" ] }, { "name": "multi_part", "dataType": "GPBoolean", "displayName": "Create multipart features", "description": "Specifies whether multipart features are allowed in the output feature class. Checked\u2014Specifies multipart features are allowed. This is the default. Unchecked\u2014Specifies multipart features are not allowed. Instead of creating multipart features, individual features will be created for each part.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "unsplit_lines", "dataType": "GPBoolean", "displayName": "Unsplit lines", "description": "Controls how line features are dissolved. Unchecked\u2014Lines are dissolved into a single feature. This is the default. Checked\u2014Lines are only dissolved when two lines have an end vertex in common.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "esri_out_feature_service_name", "dataType": "GPString", "displayName": "Output Feature Service Name", "description": "The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }