com.supermap.data
类 ResamplingMethod
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.ResamplingMethod
-
public class ResamplingMethod extends Enum
该类定义了创建金字塔类型常量。
-
-
字段概要
字段 限定符和类型 字段和说明 static ResamplingMethod
AVERAGE
平均值。static ResamplingMethod
GAUSS
static ResamplingMethod
NEAR
邻近值。static ResamplingMethod
NONE
-
-
-
字段详细资料
-
NONE
public static final ResamplingMethod NONE
-
AVERAGE
public static final ResamplingMethod AVERAGE
平均值。
-
NEAR
public static final ResamplingMethod NEAR
邻近值。
-
GAUSS
public static final ResamplingMethod GAUSS
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.