SrfResampleMethod Values
|
Enumeration |
Value |
Description |
|
srfNearest |
1 |
apply the closest grid node value on the original grid to the grid node value in the new grid |
|
srfBilinear |
2 |
use a weighted average of four nodes in the original grid and apply this to the new grid node |
|
srfCubic |
3 |
use a weighted average of 16 nodes in the original grid and apply this to the new grid |