com.esri.arcgis.geodatabaseextensions
Interface esriPointToRasterVoidFillMethod

All Superinterfaces:
Serializable

public interface esriPointToRasterVoidFillMethod
extends Serializable

Point data to Raster void filling methods.

Product Availability

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


Field Summary
static int esriPointToRasterVoidFillInterpolation
          Use a method defined in esriSurfaceInterpolationType.
static int esriPointToRasterVoidFillNoFill
          Do not fill void.
static int esriPointToRasterVoidFillSimple
          Use immediate neighbor cells (not all voids can be filled with this method).
 

Field Detail

esriPointToRasterVoidFillNoFill

static final int esriPointToRasterVoidFillNoFill
Do not fill void.

See Also:
Constant Field Values

esriPointToRasterVoidFillSimple

static final int esriPointToRasterVoidFillSimple
Use immediate neighbor cells (not all voids can be filled with this method).

See Also:
Constant Field Values

esriPointToRasterVoidFillInterpolation

static final int esriPointToRasterVoidFillInterpolation
Use a method defined in esriSurfaceInterpolationType.

See Also:
Constant Field Values