public interface IStatisticDescription2 extends IStatisticDescription, java.io.Serializable
Description: 'Provides access to additional properties describing a statistic to be requested from a data source.' 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 |
IID7ebdaf87_3bdb_43ca_be77_646ad579b584 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID126232df_c5fa_486b_8424_7efd1262b2b1
Modifier and Type | Method and Description |
---|---|
IPercentileParameters |
getPercentileParameters()
Gets the set of parameters for percentile requests.
|
void |
setPercentileParameters(IPercentileParameters ppParams)
Gets the set of parameters for percentile requests.
|
getResultFieldName, getStatisticFieldName, getStatisticType, setResultFieldName, setStatisticFieldName, setStatisticType
static final int IID7ebdaf87_3bdb_43ca_be77_646ad579b584
static final int xxDummy
static final java.lang.String IID
IPercentileParameters getPercentileParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPercentileParameters(IPercentileParameters ppParams) throws java.io.IOException, AutomationException
ppParams
- A reference to a com.esri.arcgis.geodatabase.IPercentileParameters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.