public class ResampleMethod extends Enum
限定符和类型 | 字段和说明 |
---|---|
static ResampleMethod |
BILINEAR
双线性内插法。
|
static ResampleMethod |
CUBIC
三次卷积内插法。
|
static ResampleMethod |
NEAREST
最邻近法。
|
public static final ResampleMethod NEAREST
public static final ResampleMethod BILINEAR
public static final ResampleMethod CUBIC
Copyright © 2021–2024 SuperMap. All rights reserved.