public enum RasterPixelType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum RasterPixelType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum RasterPixelType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum RasterPixelType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
CHAR | Pixel values are 8-bit integers. |
CLONG | Pixel values are long integer complex. |
COMPLEX | Pixel values are single precision complex. |
CSHORT | Pixel values are short integer complex. |
DCOMPLEX | Pixel values are double precision complex. |
DOUBLE | Pixel values are double precision floating points. |
FLOAT | Pixel values are single precision floating points. |
LONG | Pixel values are 32-bit integers. |
SHORT | Pixel values are 16-bit integers. |
U1 | Pixel values are 1-bit unsigned integers. |
U2 | Pixel values are 2-bit unsigned integers. |
U4 | Pixel values are 4-bit unsigned integers. |
UCHAR | Pixel values are 8-bit unsigned integers. |
ULONG | Pixel values are 32-bit unsigned integers. |
UNKNOWN | Pixel values are unknown. |
USHORT | Pixel values are 16-bit unsigned integers. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Data.Raster.RasterPixelType
Target Platforms: Windows 10, Windows 8.1