Display Name: Generate Subset Polygons
Description: Generates nonoverlapping subset polygon features from a set of input points. The goal is to divide the points into compact, nonoverlapping subsets, and create polygon regions around each subset of points. The minimum and maximum number of points in each subset can be controlled.
Category:
Help URL: https://www.arcgisbd.com/server/rest/directories/arcgisoutput/ExtensionTestNJN/GenerateSubsetPolygons_GPServer/ExtensionTestNJN_GenerateSubsetPolygons/GenerateSubsetPolygons.htm
Execution Type: esriExecutionTypeAsynchronous
Parameters:
Parameter: in_point_features
Data Type: GPString
Display Name Input point features
Description: The points that will be grouped into subsets.
Direction: esriGPParameterDirectionInput
Filter:
Dependency:
Default Value: Community_Clinic_Nos_LGED_2010
Parameter Type: esriGPParameterTypeRequired
Category:
Choice List: [ Community_Clinic_Nos_LGED_2010 ]
Parameter: out_feature_class
Data Type: GPFeatureRecordSetLayer
Display Name Output feature class
Description: The polygons defining the region of each subset. All points within a single polygon feature are considered part of the same subset. The polygon feature class will contain a field named PointCount that will store the number of points contained in each polygon subset.
Direction: esriGPParameterDirectionOutput
Filter:
Dependency:
Default Value:
Geometry Type: esriGeometryPolygon
HasZ: false
HasM: false
Spatial Reference: 4326
(4326)
LatestVCSWkid(0)
Fields:
-
OBJECTID
(
type: esriFieldTypeOID, alias: OBJECTID
)
-
PointCount
(
type: esriFieldTypeInteger, alias: PointCount
)
-
Shape_Length
(
type: esriFieldTypeDouble, alias: Shape_Length
)
-
Shape_Area
(
type: esriFieldTypeDouble, alias: Shape_Area
)
Features: None.
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: min_points_per_subset
Data Type: GPLong
Display Name Minimum number of points per subset
Description: The minimum number of points that can be grouped into a subset. All subset polygons will contain at least this many points.
Direction: esriGPParameterDirectionInput
Filter:
Type: Range
Minimum: 2.0
Maximum: 2.147483647E9
Dependency:
Default Value: 20
Parameter Type: esriGPParameterTypeOptional
Category:
Parameter: max_points_per_subset
Data Type: GPLong
Display Name Maximum number of points per subset
Description: The maximum number of points that can be grouped into a subset.Each subset will always contain fewer than two times the Minimum number of points per subset regardless of the maximum number provided. This is because if a subset contains at least twice the minimum number of points, it will always be subdivided into two or more new subsets.
Direction: esriGPParameterDirectionInput
Filter:
Type: Range
Minimum: 2.0
Maximum: 2.147483647E9
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeOptional
Category:
Parameter: coincident_points
Data Type: GPBoolean
Display Name Treat coincident points as a single point
Description: Specifies whether coincident points (points that are at the same location) are treated like a single point or as multiple individual points.If you intend to use the subset polygons as Subset polygon features in EBK Regression Prediction, you should maintain consistency between this parameter and the Coincident points environment in EBK Regression Prediction.If this parameter is unchecked, your Output feature class polygons may overlap.Checked—Coincident points will be treated as a single point in the subset. This is the default.Unchecked—Coincident points will be treated as multiple individual points in the subset.
Direction: esriGPParameterDirectionInput
Filter:
Dependency:
Default Value: true
Parameter Type: esriGPParameterTypeOptional
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
Filter:
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeOptional
Category:
Supported Operations:
Submit Job
Child Resources:
Metadata