public interface esriRasterLasCellAggregationType
extends java.io.Serializable
Description: 'Cell aggregation type.' 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 |
esriRasterLasCellMax
Max.
|
static int |
esriRasterLasCellMean
Mean.
|
static int |
esriRasterLasCellMeanDistanceWeighted
Mean distance weighted (weight is 1 in the cell center, 0 in the cell corner).
|
static int |
esriRasterLasCellMin
Min.
|
static int |
esriRasterLasCellSum
Sum.
|
static final int esriRasterLasCellMin
static final int esriRasterLasCellMax
static final int esriRasterLasCellSum
static final int esriRasterLasCellMean
static final int esriRasterLasCellMeanDistanceWeighted