{ "name": "SummarizeWithin", "displayName": "_Summarize Within", "description": "Geoprocessing tool that overlays a polygon layer with another layer to summarize the number of points, length of the lines, or area of the polygons within each polygon, and calculate attribute field statistics about those features within the polygons.", "category": "", "helpUrl": "https://zee.rs.gov.br/server/rest/directories/arcgisoutput/App/_SummarizeWithin_GPServer/App__SummarizeWithin/SummarizeWithin.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_polygons", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Polygons", "description": "The polygons used to summarize the features, or portions of features, in the input summary layer.", "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": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_sum_features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Summary Features", "description": "The point, line, or polygon features that will be summarized for each polygon in the input polygons.", "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": "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": "Output Feature Class", "description": "The output polygon feature class containing the same geometries and attributes as the input polygons with additional new attributes about the number points, length of lines, and area of polygons inside each input polygon and statistics about those features.", "direction": "esriGPParameterDirectionOutput", "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": "SUM_Area_HECTARES", "type": "esriFieldTypeDouble", "alias": "Summarized area in HECTARES" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "keep_all_polygons", "dataType": "GPBoolean", "displayName": "Keep all input polygons", "description": "Determines if all input polygons or only those intersecting or containing at least one input summary feature will be copied to the output feature class.Checked\u2014All input polygons will be copied to the output feature class. This is the default.Unchecked\u2014Only input polygons that intersect or contain at least one input summary feature will be copied to the output feature class.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "shape_unit", "dataType": "GPString", "displayName": "Shape Unit", "description": "The unit in which to calculate shape summary\nattributes. If the input summary features are points no shape unit is necessary, since only the count of points within each input polygon is added.If the input summary features are lines, specify a linear unit. If the input summary features are polygons, specify an areal unit.Meters\u2014MetersKilometers\u2014KilometersFeet\u2014FeetYards\u2014YardsMiles\u2014MilesAcres\u2014AcresHectares\u2014HectaresSquare meters\u2014Square metersSquare kilometers\u2014Square kilometersSquare feet\u2014Square feetSquare yards\u2014Square yardsSquare miles\u2014Square miles", "direction": "esriGPParameterDirectionInput", "defaultValue": "HECTARES", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "ACRES", "HECTARES", "SQUAREMETERS", "SQUAREKILOMETERS" ] }, { "name": "group_field", "dataType": "GPString", "displayName": "Group Field", "description": "Attribute field from the input summary features that is used for grouping. Features that have the same group field value will be combined and summarized with other features with the same group field value.When you chose a group field, an additional output grouped table will be created and its location must be specified. This output grouped table is required when using a group field.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "nm_municip", "Shape_Length", "Shape_Area" ] }, { "name": "out_group_table", "dataType": "GPRecordSet", "displayName": "Output Grouped Table", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "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": "" } ] }