public class BoundsType extends Enum
限定符和类型 | 字段和说明 |
---|---|
static BoundsType |
CUSTOM
用户自己输入一个bounds。
|
static BoundsType |
INTERSECTION
输入栅格数据集bounds交集。
|
static BoundsType |
UNION
输入栅格数据集bounds并集。
|
public static final BoundsType INTERSECTION
public static final BoundsType UNION
public static final BoundsType CUSTOM