Provides access to members that allows you to specify the types of aggregation that will be applied to all numeric fields during an aggregate spatial join.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
IsAverage | Indicates if the average of all numeric fields in the join feature class is appended to the result. | |
IsCount | Indicates if the count of all numeric fields in the join feature class is appended to the result. | |
IsMax | Indicates if the maximum of all numeric fields in the join feature class is appended to the result. | |
IsMin | Indicates if the minimum of all numeric fields in the join feature class is appended to the result. | |
IsStdDev | Indicates if the standard deviation of all numeric fields in the join feature class is appended to the result. | |
IsSum | Indicates if the sum of all numeric fields in the join feature class is appended to the result. | |
IsVar | Indicates if the variance of all numeric fields in the join feature class is appended to the result. |
CoClasses that implement IAggregateOptions
CoClasses and Classes | Description |
---|---|
SpatialJoin | Spatial Join two feature classes. |