public interface esriFocalStatisticType
extends java.io.Serializable
Description: 'The statistic types for focal stattistics raster function.' 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 |
esriFocalStatisticMajority
The statistic type is Majority.
|
static int |
esriFocalStatisticMax
The statistic type is Maximum.
|
static int |
esriFocalStatisticMean
The statistic type is Mean.
|
static int |
esriFocalStatisticMedian
The statistic type is Median.
|
static int |
esriFocalStatisticMin
The statistic type is Minimum.
|
static int |
esriFocalStatisticMinority
The statistic type is Minority.
|
static int |
esriFocalStatisticStandardDeviation
The statistic type is Standard Deviations.
|
static final int esriFocalStatisticMin
static final int esriFocalStatisticMax
static final int esriFocalStatisticMean
static final int esriFocalStatisticStandardDeviation
static final int esriFocalStatisticMedian
static final int esriFocalStatisticMajority
static final int esriFocalStatisticMinority