|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAggregateOptions
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 |
---|
static final int IID12b35c90_010f_11d4_a692_0008c7d3ae8d
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setIsSum(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsAverage(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsCount(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsMax(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsMin(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsStdDev(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsVar(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |