com.esri.arcgis.arcmapui
Interface IAggregateOptions

All Superinterfaces:
Serializable
All Known Implementing Classes:
SpatialJoin

public interface IAggregateOptions
extends Serializable

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.


Method Summary
 void setIsAverage(boolean rhs1)
          Indicates if the average of all numeric fields in the join feature class is appended to the result.
 void setIsCount(boolean rhs1)
          Indicates if the count of all numeric fields in the join feature class is appended to the result.
 void setIsMax(boolean rhs1)
          Indicates if the maximum of all numeric fields in the join feature class is appended to the result.
 void setIsMin(boolean rhs1)
          Indicates if the minimum of all numeric fields in the join feature class is appended to the result.
 void setIsStdDev(boolean rhs1)
          Indicates if the standard deviation of all numeric fields in the join feature class is appended to the result.
 void setIsSum(boolean rhs1)
          Indicates if the sum of all numeric fields in the join feature class is appended to the result.
 void setIsVar(boolean rhs1)
          Indicates if the variance of all numeric fields in the join feature class is appended to the result.
 

Method Detail

setIsSum

void setIsSum(boolean rhs1)
              throws IOException,
                     AutomationException
Indicates if the sum of all numeric fields in the join feature class is appended to the result.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsAverage

void setIsAverage(boolean rhs1)
                  throws IOException,
                         AutomationException
Indicates if the average of all numeric fields in the join feature class is appended to the result.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsCount

void setIsCount(boolean rhs1)
                throws IOException,
                       AutomationException
Indicates if the count of all numeric fields in the join feature class is appended to the result.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsMax

void setIsMax(boolean rhs1)
              throws IOException,
                     AutomationException
Indicates if the maximum of all numeric fields in the join feature class is appended to the result.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsMin

void setIsMin(boolean rhs1)
              throws IOException,
                     AutomationException
Indicates if the minimum of all numeric fields in the join feature class is appended to the result.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsStdDev

void setIsStdDev(boolean rhs1)
                 throws IOException,
                        AutomationException
Indicates if the standard deviation of all numeric fields in the join feature class is appended to the result.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsVar

void setIsVar(boolean rhs1)
              throws IOException,
                     AutomationException
Indicates if the variance of all numeric fields in the join feature class is appended to the result.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.