|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriPointToRasterMethod
Constants from esriPointToRasterMethod' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
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 =
Field Summary | |
---|---|
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. |
Field Detail |
---|
static final int esriPointToRasterZmin
static final int esriPointToRasterZmax
static final int esriPointToRasterZaverage
static final int esriPointToRasterIDW
static final int esriPointToRasterNearest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |