public interface esriPointToRasterMethod
extends java.io.Serializable
Description: 'Point data to Raster methods.' 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 |
esriPointToRasterIDW
Use the IDW average Z value of all the points within a Raster cell.
|
static int |
esriPointToRasterNearest
Use the Z value of the point that is the closest to the cell center.
|
static int |
esriPointToRasterZaverage
Use the average Z value of all the points within a Raster cell.
|
static int |
esriPointToRasterZmax
Use the maximum Z value among all the points within a Raster cell.
|
static int |
esriPointToRasterZmin
Use the minimum Z value among all the points within a Raster cell.
|
static final int esriPointToRasterZmin
static final int esriPointToRasterZmax
static final int esriPointToRasterZaverage
static final int esriPointToRasterIDW
static final int esriPointToRasterNearest