com.supermap.mapping
类 ImageInterpolationMode

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.mapping.ImageInterpolationMode

public class ImageInterpolationMode
extends Enum

该类定义了影像插值模式常量。


字段摘要
static ImageInterpolationMode DEFAULT
          默认插值模式。
static ImageInterpolationMode HIGH
          高质量插值模式。
static ImageInterpolationMode HIGHQUALITYBICUBIC
          最高质量的双三次插值法模式。
static ImageInterpolationMode HIGHQUALITYBILINEAR
          高质量的双线性插值模式。
static ImageInterpolationMode LOW
          低质量插值模式。
static ImageInterpolationMode NEARESTNEIGHBOR
          最临近插值模式。
 
方法摘要
 
从类 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
 

字段详细信息

NEARESTNEIGHBOR

public static final ImageInterpolationMode NEARESTNEIGHBOR
最临近插值模式。


LOW

public static final ImageInterpolationMode LOW
低质量插值模式。


HIGH

public static final ImageInterpolationMode HIGH
高质量插值模式。


DEFAULT

public static final ImageInterpolationMode DEFAULT
默认插值模式。


HIGHQUALITYBILINEAR

public static final ImageInterpolationMode HIGHQUALITYBILINEAR
高质量的双线性插值模式。


HIGHQUALITYBICUBIC

public static final ImageInterpolationMode HIGHQUALITYBICUBIC
最高质量的双三次插值法模式。