public enum PixelDataType extends Enum<PixelDataType> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Bit
1bit正整型
|
Bit2
3bit正整型
|
Bit4
4bit正整型
|
Byte
8bit正整型
|
CFloat32
32bit复浮点型
|
CFloat64
64bit复浮点型
|
CInt16
16bit复整型
|
CInt32
32bit复整型
|
Float32
32bit浮点型
|
Float64
64bit浮点型
|
Int16
16bit整型
|
Int32
32bit整型
|
TypeCount
Maximum type
|
UInt16
16bit正整型
|
UInt32
32bit正整型
|
Unknown
未知
|
| Modifier and Type | Method and Description |
|---|---|
static PixelDataType |
getByValue(Integer value) |
int |
getValue() |
static PixelDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PixelDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PixelDataType Unknown
public static final PixelDataType Bit
public static final PixelDataType Bit2
public static final PixelDataType Bit4
public static final PixelDataType Byte
public static final PixelDataType UInt16
public static final PixelDataType Int16
public static final PixelDataType UInt32
public static final PixelDataType Int32
public static final PixelDataType Float32
public static final PixelDataType Float64
public static final PixelDataType CInt16
public static final PixelDataType CInt32
public static final PixelDataType CFloat32
public static final PixelDataType CFloat64
public static final PixelDataType TypeCount
public static PixelDataType[] values()
for (PixelDataType c : PixelDataType.values()) System.out.println(c);
public static PixelDataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface com.geoway.adf.gis.basic.IEnumpublic static PixelDataType getByValue(Integer value)
Copyright © 2025. All rights reserved.