com.supermap.data.processing
类 RasterizationInterpolationMethod
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.processing.RasterizationInterpolationMethod
-
public class RasterizationInterpolationMethod extends Enum
该枚举定义了体元栅格生成缓存时的插值方式。
-
-
字段概要
字段 限定符和类型 字段和说明 static RasterizationInterpolationMethod
BILLINEAR
双线性采样static RasterizationInterpolationMethod
PROXIMITY
临近采样
-
-
-
字段详细资料
-
PROXIMITY
public static final RasterizationInterpolationMethod PROXIMITY
临近采样
-
BILLINEAR
public static final RasterizationInterpolationMethod BILLINEAR
双线性采样
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.