new RasterInterpolationType()
base/enum/RasterInterpolationType.js, line 1
栅格重采样方法类
Members
-
RasterInterpolationType.bilinearInterpolationString
-
双线性插值
- Default Value: 'BilinearInterpolation'
RasterInterpolationType.defaultString
default
- Default Value: ''
RasterInterpolationType.nearestNeighborString
最近邻插值
- Default Value: 'NearestNeighbor'