com.esri.arcgis.geodatabaseextensions
Interface esriPointToRasterMethod

All Superinterfaces:
Serializable

public interface esriPointToRasterMethod
extends Serializable

Point data to Raster methods.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

esriPointToRasterZmin

static final int esriPointToRasterZmin
Use the minimum Z value among all the points within a Raster cell.

See Also:
Constant Field Values

esriPointToRasterZmax

static final int esriPointToRasterZmax
Use the maximum Z value among all the points within a Raster cell.

See Also:
Constant Field Values

esriPointToRasterZaverage

static final int esriPointToRasterZaverage
Use the average Z value of all the points within a Raster cell.

See Also:
Constant Field Values

esriPointToRasterIDW

static final int esriPointToRasterIDW
Use the IDW average Z value of all the points within a Raster cell.

See Also:
Constant Field Values

esriPointToRasterNearest

static final int esriPointToRasterNearest
Use the Z value of the point that is the closest to the cell center.

See Also:
Constant Field Values