com.supermap.analyst.spatialanalyst
类 ReclassPixelFormat
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.analyst.spatialanalyst.ReclassPixelFormat
-
public class ReclassPixelFormat extends Enum
该类定义了栅格数据集的像元值的存储类型常量。
-
-
字段概要
字段 限定符和类型 字段和说明 static ReclassPixelFormat
BIT32
32位(整型)。static ReclassPixelFormat
BIT64
64位(长整型)。static ReclassPixelFormat
DOUBLE
64位,双精度浮点型。static ReclassPixelFormat
SINGLE
32位,浮点型。static ReclassPixelFormat
UBIT16
无符号16位static ReclassPixelFormat
UBIT8
无符号8位
-
-
-
字段详细资料
-
UBIT8
public static final ReclassPixelFormat UBIT8
无符号8位
-
UBIT16
public static final ReclassPixelFormat UBIT16
无符号16位
-
BIT32
public static final ReclassPixelFormat BIT32
32位(整型)。
-
BIT64
public static final ReclassPixelFormat BIT64
64位(长整型)。
-
SINGLE
public static final ReclassPixelFormat SINGLE
32位,浮点型。
-
DOUBLE
public static final ReclassPixelFormat DOUBLE
64位,双精度浮点型。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.