|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriPointToRasterMethod
Point data to Raster methods.
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 |