{ "name": "Intersect", "displayName": "Intersect", "description": "Executa interseção geométrica entre as feições de entrada.", "category": "", "helpUrl": "https://zee.rs.gov.br/server/rest/directories/arcgisoutput/App/_Intersect_GPServer/App__Intersect/Intersect.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Feição resultante", "description": "The output feature class.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 4674, "latestWkid": 4674 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "FID_AJURICABA_Buff_in", "type": "esriFieldTypeInteger", "alias": "FID_AJURICABA_Buff_in" }, { "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": "FID_AJURICABA_Buff_out", "type": "esriFieldTypeInteger", "alias": "FID_AJURICABA_Buff_out" }, { "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_1", "type": "esriFieldTypeDouble", "alias": "BUFF_DIST" }, { "name": "ORIG_FID_1", "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": "Attributes To Join", "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": "output_type", "dataType": "GPString", "displayName": "Output Type", "description": "Choose what type of intersection you want to find.Same as input\u2014The intersections returned will be the same geometry type as the input features with the lowest dimension geometry. If all inputs are polygons, the output feature class will contain polygons. If one or more of the inputs are lines and none of the inputs are points, the output will be line. If one or more of the inputs are points, the output feature class will contain points. This is the default. Line\u2014Line intersections will be returned. This is only valid if none of the inputs are points. Point\u2014Point intersections will be returned. If the inputs are line or polygon, the output will be a multipoint feature class.", "direction": "esriGPParameterDirectionInput", "defaultValue": "INPUT", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "INPUT", "LINE", "POINT" ] }, { "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": "" } ] }