{ "name": "Union", "displayName": "Union", "description": "Ferramenta que executa união geométrica das feições de entrada. Conserva todas as feições e seus atributos no arquivo de saída.", "category": "", "helpUrl": "https://zee.rs.gov.br/server/rest/directories/arcgisoutput/App/_Union_GPServer/App__Union/Union.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Feição resultante", "description": "The feature class that will contain the results.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 4674, "latestWkid": 4674 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "FID_AJURICABA", "type": "esriFieldTypeInteger", "alias": "FID_AJURICABA" }, { "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": "FID_AJURICABA_Buff_in", "type": "esriFieldTypeInteger", "alias": "FID_AJURICABA_Buff_in" }, { "name": "NM_MUNICIP_1", "type": "esriFieldTypeString", "alias": "NM_MUNICIP", "length": 60 }, { "name": "GEOCODIGO_1", "type": "esriFieldTypeInteger", "alias": "GEOCODIGO" }, { "name": "Symbol_1", "type": "esriFieldTypeString", "alias": "Symbol", "length": 50 }, { "name": "G_MGS_H_1", "type": "esriFieldTypeDouble", "alias": "G_MGS_H" }, { "name": "G_MGS2_H_1", "type": "esriFieldTypeDouble", "alias": "G_MGS2_H" }, { "name": "C1_MGP_H_1", "type": "esriFieldTypeDouble", "alias": "C1_MGP_H" }, { "name": "C2_MGP_H_1", "type": "esriFieldTypeDouble", "alias": "C2_MGP_H" }, { "name": "C3_MGP_H_1", "type": "esriFieldTypeDouble", "alias": "C3_MGP_H" }, { "name": "Shape_Leng_1", "type": "esriFieldTypeDouble", "alias": "Shape_Leng" }, { "name": "BUFF_DIST", "type": "esriFieldTypeDouble", "alias": "BUFF_DIST" }, { "name": "ORIG_FID", "type": "esriFieldTypeInteger", "alias": "ORIG_FID" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "join_attributes", "dataType": "GPString", "displayName": "Atributos", "description": "Determines which attributes from the input features will be transferred to the output feature class.All attributes\u2014All the attributes from the input features will be transferred to the output feature class. This is the default. All attributes except feature IDs\u2014All the attributes except the FID from the input features will be transferred to the output feature class. Only feature IDs\u2014Only the FID field from the input features will be transferred to the output feature class.", "direction": "esriGPParameterDirectionInput", "defaultValue": "ALL", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "NO_FID", "ONLY_FID", "ALL" ] }, { "name": "cluster_tolerance", "dataType": "GPLinearUnit", "displayName": "Tolerância", "description": "The minimum distance separating all feature coordinates (nodes and vertices) as well as the distance a coordinate can move in X or Y (or both).", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "gaps", "dataType": "GPBoolean", "displayName": "Permitir gaps", "description": "Gaps are areas in the output feature class that are completely enclosed by other polygons. This is not invalid, but it may be desirable to identify these for analysis. To find the gaps in the output, uncheck this parameter\u2014a feature will be created in these areas. To select these features, query the output feature class based on all the input feature's FID values being equal to -1. Checked\u2014No feature will be created for areas in the output that are completely enclosed by polygons. This is the default. Unchecked\u2014A feature will be created for the areas in the output that are completely enclosed by polygons. This feature will have blank attributes and its FID values will be -1.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "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": "" } ] }