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
          临近采样
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

PROXIMITY

public static final RasterizationInterpolationMethod PROXIMITY
临近采样


BILLINEAR

public static final RasterizationInterpolationMethod BILLINEAR
双线性采样