com.esri.arcgis.arcmapui
Interface IAggregateOptions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IAggregateOptionsProxy, SpatialJoin

public interface IAggregateOptions
extends java.io.Serializable

COM Interface 'IAggregateOptions'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: '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.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID12b35c90_010f_11d4_a692_0008c7d3ae8d
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID12b35c90_010f_11d4_a692_0008c7d3ae8d

static final int IID12b35c90_010f_11d4_a692_0008c7d3ae8d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setIsSum

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

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

setIsAverage

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

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

setIsCount

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

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

setIsMax

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

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

setIsMin

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

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

setIsStdDev

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

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

setIsVar

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

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