com.esri.arcgis.geodatabase
Interface esriSurfaceInterpolationType

All Superinterfaces:
java.io.Serializable

public interface esriSurfaceInterpolationType
extends java.io.Serializable

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

Description: 'Esri TIN elevation interpolation 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 esriLinearInterpolation
          Uses linear interpolation.
static int esriNaturalNeighborIDW
          Uses 'Inverse Distance Weight' based on natural neighbors.
static int esriNaturalNeighborInterpolation
          Uses natural neighbor interpolation.
static int esriNaturalNeighborZaverage
          Uses the z closest to the average of all natural neighbor nodes.
static int esriNaturalNeighborZmax
          Uses the maximum Z of all natural neighbor nodes.
static int esriNaturalNeighborZmin
          Uses the minimum Z of all natural neighbor nodes.
static int esriNaturalNeighborZnearest
          Uses the Z value of the nearst node.
 

Field Detail

esriLinearInterpolation

static final int esriLinearInterpolation
Uses linear interpolation.

See Also:
Constant Field Values

esriNaturalNeighborInterpolation

static final int esriNaturalNeighborInterpolation
Uses natural neighbor interpolation.

See Also:
Constant Field Values

esriNaturalNeighborZmin

static final int esriNaturalNeighborZmin
Uses the minimum Z of all natural neighbor nodes.

See Also:
Constant Field Values

esriNaturalNeighborZmax

static final int esriNaturalNeighborZmax
Uses the maximum Z of all natural neighbor nodes.

See Also:
Constant Field Values

esriNaturalNeighborZaverage

static final int esriNaturalNeighborZaverage
Uses the z closest to the average of all natural neighbor nodes.

See Also:
Constant Field Values

esriNaturalNeighborZnearest

static final int esriNaturalNeighborZnearest
Uses the Z value of the nearst node.

See Also:
Constant Field Values

esriNaturalNeighborIDW

static final int esriNaturalNeighborIDW
Uses 'Inverse Distance Weight' based on natural neighbors.

See Also:
Constant Field Values