com.esri.arcgis.geodatabaseextensions
Interface esriPointToRasterMethod

All Superinterfaces:
java.io.Serializable

public interface esriPointToRasterMethod
extends java.io.Serializable

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

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