The type of data contained within each band of a Raster dataset.
| Member | Value | Description |
|---|---|---|
| eStkGraphicsRasterTypeUnsignedByte | 0 | Each value contained within a band can be represented with an unsigned byte. |
| eStkGraphicsRasterTypeByte | 1 | Each value contained within a band can be represented with a byte. |
| eStkGraphicsRasterTypeUnsignedShort | 2 | Each value contained within a band can be represented with an unsigned short. |
| eStkGraphicsRasterTypeShort | 3 | Each value contained within a band can be represented with a short. |
| eStkGraphicsRasterTypeUnsignedInt | 4 | Each value contained within a band can be represented with an unsigned int. |
| eStkGraphicsRasterTypeInt | 5 | Each value contained within a band can be represented with an int. |
| eStkGraphicsRasterTypeFloat | 6 | Each value contained within a band can be represented with a float. |
| eStkGraphicsRasterTypeDouble | 7 | Each value contained within a band can be represented with a double. |





