|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriSurfaceInterpolationType
Esri TIN elevation interpolation methods.
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 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 |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |