com.esri.arcgis.geodatabase
Interface esriSurfaceInterpolationType

All Superinterfaces:
Serializable

public interface esriSurfaceInterpolationType
extends Serializable

ESRI TIN elevation interpolation methods.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriLinearInterpolation
          Uses linear interpolation.
static int esriNaturalNeighborInterpolation
          Uses natural neighbor interpolation.
static int esriNaturalNeighborZaverage
          Uses the average Z 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 average Z 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