public interface IArgStatisticsFunctionArguments2 extends IArgStatisticsFunctionArguments, 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 |
IIDde592077_599e_436d_a66d_1dae75412399 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID01319911_4c27_4043_b374_47402bafe762
Modifier and Type | Method and Description |
---|---|
int |
getCellsizeType()
The different ways for estimating cellsize.
|
int |
getComparisonType()
The different comparison types for argument value statistic type.
|
int |
getExtentType()
The different ways for estimating extent.
|
double |
getValue()
Value to be found in input raster(s).
|
boolean |
isUseLastOccurrence()
Return last occurrence value in case of ties.
|
void |
setCellsizeType(int pType)
The different ways for estimating cellsize.
|
void |
setComparisonType(int pType)
The different comparison types for argument value statistic type.
|
void |
setExtentType(int pType)
The different ways for estimating extent.
|
void |
setUseLastOccurrence(boolean pbUseLastOccurrence)
Return last occurrence value in case of ties.
|
void |
setValue(double value)
Value to be found in input raster(s).
|
getArgStatisticsType, getDurationMaximum, getDurationMinimum, getRasters, getUndefinedClass, setArgStatisticsType, setDurationMaximum, setDurationMinimum, setRastersByRef, setUndefinedClass
static final int IIDde592077_599e_436d_a66d_1dae75412399
static final int xxDummy
static final java.lang.String IID
int getExtentType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtentType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriExtentType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCellsizeType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellsizeType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriCellsizeType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setValue(double value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUseLastOccurrence() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUseLastOccurrence(boolean pbUseLastOccurrence) throws java.io.IOException, AutomationException
pbUseLastOccurrence
- The pbUseLastOccurrence (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getComparisonType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setComparisonType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriArgStatisticsComparisonType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.