com.supermap.data
类 ResamplingMethod

java.lang.Object
  继承者 com.supermap.data.ResamplingMethod

public class ResamplingMethod
extends java.lang.Object

该类定义了创建金字塔类型常量。


字段摘要
static ResamplingMethod AVERAGE
          平均值。
static ResamplingMethod NEAR
          邻近值。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

AVERAGE

public static final ResamplingMethod AVERAGE
平均值。


NEAR

public static final ResamplingMethod NEAR
邻近值。