Enum BandTypes

BandTypes enumeration

栅格波段的类型。

public enum BandTypes

价值观

姓名价值描述
RawBits0未知波段类型。看AsRawBits为价值观。
Bit11位。它被称为Boolean.
SByte2位有符号整数。它被称为SByte.
Byte3位无符号整数。它被称为Byte.
Short416 位有符号整数。它被称为Int16.
UShort516 位无符号整数。它被称为UInt16.
Integer632 位整数。它被称为Int32.
UInteger732 位无符号整数。它被称为UInt32.
Long864 位整数。它被称为Int64.
ULong964 位无符号整数。它被称为UInt64.
Float1064 位浮点数。漂浮。它被称为Single.
Double1164 位浮点数。它被称为Double.

也可以看看