public class ResamplingMethod extends Enum
限定符和类型 | 字段和说明 |
---|---|
static ResamplingMethod |
AVERAGE
平均值。
|
static ResamplingMethod |
GAUSS |
static ResamplingMethod |
NEAR
邻近值。
|
static ResamplingMethod |
NONE |
public static final ResamplingMethod NONE
public static final ResamplingMethod AVERAGE
public static final ResamplingMethod NEAR
public static final ResamplingMethod GAUSS
Copyright © 2021–2024 SuperMap. All rights reserved.