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