public interface esriDataStatType
extends java.io.Serializable
Description: 'Type of statistic (for QueryDataStatistics 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 int |
esriDataStatTypeAverage
Average numerical value of records.
|
static int |
esriDataStatTypeCount
Count of records.
|
static int |
esriDataStatTypeCumulativeDistribution |
static int |
esriDataStatTypeDenseRank |
static int |
esriDataStatTypeExceedslimit
exceed value of records.
|
static int |
esriDataStatTypeFirstValue |
static int |
esriDataStatTypeIntercept |
static int |
esriDataStatTypeLag |
static int |
esriDataStatTypeLastValue |
static int |
esriDataStatTypeLead |
static int |
esriDataStatTypeMax
Maximum numerical value of records.
|
static int |
esriDataStatTypeMin
Minimum numerical value of records.
|
static int |
esriDataStatTypeMode |
static int |
esriDataStatTypeNTile |
static int |
esriDataStatTypePercentileCont
PercentileCont value of records.
|
static int |
esriDataStatTypePercentileDisc
PercentileDisc value of records.
|
static int |
esriDataStatTypePercentRank |
static int |
esriDataStatTypeR2 |
static int |
esriDataStatTypeRank |
static int |
esriDataStatTypeRowNumber |
static int |
esriDataStatTypeSlope |
static int |
esriDataStatTypeStdDev
Standard deviation value of records.
|
static int |
esriDataStatTypeSum
Sum of numerical values of records.
|
static int |
esriDataStatTypeVariance
Variance value of records.
|
static final int esriDataStatTypeCount
static final int esriDataStatTypeSum
static final int esriDataStatTypeMin
static final int esriDataStatTypeMax
static final int esriDataStatTypeAverage
static final int esriDataStatTypeStdDev
static final int esriDataStatTypeVariance
static final int esriDataStatTypePercentileCont
static final int esriDataStatTypePercentileDisc
static final int esriDataStatTypeExceedslimit
static final int esriDataStatTypeFirstValue
static final int esriDataStatTypeLastValue
static final int esriDataStatTypeLag
static final int esriDataStatTypeLead
static final int esriDataStatTypePercentRank
static final int esriDataStatTypeRank
static final int esriDataStatTypeNTile
static final int esriDataStatTypeCumulativeDistribution
static final int esriDataStatTypeRowNumber
static final int esriDataStatTypeDenseRank
static final int esriDataStatTypeSlope
static final int esriDataStatTypeIntercept
static final int esriDataStatTypeR2
static final int esriDataStatTypeMode