public interface IArgStatisticsFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control ArgStatisticsFunction arguments.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID01319911_4c27_4043_b374_47402bafe762 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getArgStatisticsType()
The arg statistics type.
|
double |
getDurationMaximum()
Duration's maximum value.
|
double |
getDurationMinimum()
Duration's minimum value.
|
java.lang.Object |
getRasters()
The input rasters.
|
int |
getUndefinedClass()
Undefined class value.
|
void |
setArgStatisticsType(int pType)
The arg statistics type.
|
void |
setDurationMaximum(double max)
Duration's maximum value.
|
void |
setDurationMinimum(double min)
Duration's minimum value.
|
void |
setRastersByRef(java.lang.Object ppRasters)
The input rasters.
|
void |
setUndefinedClass(int undefinedClass)
Undefined class value.
|
static final int IID01319911_4c27_4043_b374_47402bafe762
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRasters()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRastersByRef(java.lang.Object ppRasters)
throws java.io.IOException,
AutomationException
ppRasters - A reference to another Object (IUnknown) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getArgStatisticsType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setArgStatisticsType(int pType)
throws java.io.IOException,
AutomationException
pType - A com.esri.arcgis.datasourcesraster.esriArgStatisticsType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getUndefinedClass()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setUndefinedClass(int undefinedClass)
throws java.io.IOException,
AutomationException
undefinedClass - The undefinedClass (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getDurationMinimum()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDurationMinimum(double min)
throws java.io.IOException,
AutomationException
min - The min (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getDurationMaximum()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDurationMaximum(double max)
throws java.io.IOException,
AutomationException
max - The max (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.