com.esri.arcgis.geodatabaseextensions
Interface esriPointToRasterVoidFillMethod

All Superinterfaces:
java.io.Serializable

public interface esriPointToRasterVoidFillMethod
extends java.io.Serializable

Constants from esriPointToRasterVoidFillMethod' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Point data to Raster void filling 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 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