public interface esriSurfaceInterpolationType
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriLinearInterpolation
static final int esriNaturalNeighborInterpolation
static final int esriNaturalNeighborZmin
static final int esriNaturalNeighborZmax
static final int esriNaturalNeighborZaverage
static final int esriNaturalNeighborZnearest
static final int esriNaturalNeighborIDW