Display Name: _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:
Help URL: https://zee.rs.gov.br/server/rest/directories/arcgisoutput/App/_SummarizeWithin_GPServer/App__SummarizeWithin/SummarizeWithin.htm
Execution Type: esriExecutionTypeAsynchronous
Parameters:
Parameter: in_polygons
Data Type: GPFeatureRecordSetLayer
Display Name Input Polygons
Description: The polygons used to summarize the features, or portions of features, in the input summary layer.
Direction: esriGPParameterDirectionInput
Dependency:
Default Value:
Geometry Type: esriGeometryPolygon
HasZ: false
HasM: false
Spatial Reference: 4674
(4674)
Fields:
-
OBJECTID
(
type: esriFieldTypeOID, alias: OBJECTID
)
-
nm_municip
(
type: esriFieldTypeString, alias: nm_municip, length: 60
)
-
Shape_Length
(
type: esriFieldTypeDouble, alias: Shape_Length
)
-
Shape_Area
(
type: esriFieldTypeDouble, alias: Shape_Area
)
Features: None.
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: in_sum_features
Data Type: GPFeatureRecordSetLayer
Display Name Input Summary Features
Description: The point, line, or polygon features that will be summarized for each polygon in the input polygons.
Direction: esriGPParameterDirectionInput
Dependency:
Default Value:
Geometry Type: esriGeometryPolygon
HasZ: false
HasM: false
Spatial Reference: 4674
(4674)
Fields:
-
OBJECTID
(
type: esriFieldTypeOID, alias: OBJECTID
)
-
nm_municip
(
type: esriFieldTypeString, alias: nm_municip, length: 60
)
-
Shape_Length
(
type: esriFieldTypeDouble, alias: Shape_Length
)
-
Shape_Area
(
type: esriFieldTypeDouble, alias: Shape_Area
)
Features: None.
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: out_feature_class
Data Type: GPFeatureRecordSetLayer
Display Name 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
Dependency:
Default Value:
Geometry Type: esriGeometryPolygon
HasZ: false
HasM: false
Spatial Reference: 4674
(4674)
Fields:
-
OBJECTID
(
type: esriFieldTypeOID, alias: OBJECTID
)
-
nm_municip
(
type: esriFieldTypeString, alias: nm_municip, length: 60
)
-
SUM_Area_HECTARES
(
type: esriFieldTypeDouble, alias: Summarized area in HECTARES
)
-
Shape_Length
(
type: esriFieldTypeDouble, alias: Shape_Length
)
-
Shape_Area
(
type: esriFieldTypeDouble, alias: Shape_Area
)
Features: None.
Parameter Type: esriGPParameterTypeOptional
Category:
Parameter: keep_all_polygons
Data Type: GPBoolean
Display Name 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—All input polygons will be copied to the output feature class. This is the default.Unchecked—Only input polygons that intersect or contain at least one input summary feature will be copied to the output feature class.
Direction: esriGPParameterDirectionInput
Dependency:
Default Value: false
Parameter Type: esriGPParameterTypeOptional
Category:
Parameter: shape_unit
Data Type: GPString
Display Name Shape Unit
Description: The unit in which to calculate shape summary
attributes. 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—MetersKilometers—KilometersFeet—FeetYards—YardsMiles—MilesAcres—AcresHectares—HectaresSquare meters—Square metersSquare kilometers—Square kilometersSquare feet—Square feetSquare yards—Square yardsSquare miles—Square miles
Direction: esriGPParameterDirectionInput
Dependency:
Default Value: HECTARES
Parameter Type: esriGPParameterTypeOptional
Category:
Choice List: [ ACRES, HECTARES, SQUAREMETERS, SQUAREKILOMETERS ]
Parameter: group_field
Data Type: GPString
Display Name 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
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeOptional
Category:
Choice List: [ nm_municip, Shape_Length, Shape_Area ]
Parameter: out_group_table
Data Type: GPRecordSet
Display Name Output Grouped Table
Description:
Direction: esriGPParameterDirectionOutput
Dependency:
Default Value:
Fields: None
Features: None.
Parameter Type: esriGPParameterTypeDerived
Category:
Parameter: esri_out_feature_service_name
Data Type: GPString
Display Name 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
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeOptional
Category:
Supported Operations:
Submit Job