public interface IPercentileParameters
extends java.io.Serializable
Description: 'Provides access to parameters that are used for percentile statistics requests.' 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 |
IID2930b8d9_7d43_4b90_890d_0cbb3b250beb |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getValue()
Gets the percentile value (a value from 0 to 1).
|
boolean |
isSortAscending()
Gets whether to sort values ascending when computing percentile.
|
void |
setSortAscending(boolean asc)
Gets whether to sort values ascending when computing percentile.
|
void |
setValue(double val)
Gets the percentile value (a value from 0 to 1).
|
static final int IID2930b8d9_7d43_4b90_890d_0cbb3b250beb
static final int xxDummy
static final java.lang.String IID
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 val) throws java.io.IOException, AutomationException
val
- The val (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSortAscending() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSortAscending(boolean asc) throws java.io.IOException, AutomationException
asc
- The asc (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.