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位
|
public static final ReclassPixelFormat UBIT8
public static final ReclassPixelFormat UBIT16
public static final ReclassPixelFormat BIT32
public static final ReclassPixelFormat BIT64
public static final ReclassPixelFormat SINGLE
public static final ReclassPixelFormat DOUBLE
Copyright © 2021–2024 SuperMap. All rights reserved.