The type of data contained within each band of a raster dataset.
Member | Value | Description |
---|---|---|
eStkGraphicsPluginRasterTypeUnsignedByte | 0 | Each value contained within a band can be represented with an unsigned byte. |
eStkGraphicsPluginRasterTypeByte | 1 | Each value contained within a band can be represented with a byte. |
eStkGraphicsPluginRasterTypeUnsignedShort | 2 | Each value contained within a band can be represented with an unsigned short. |
eStkGraphicsPluginRasterTypeShort | 3 | Each value contained within a band can be represented with a short. |
eStkGraphicsPluginRasterTypeUnsignedInt | 4 | Each value contained within a band can be represented with an unsigned int. |
eStkGraphicsPluginRasterTypeInt | 5 | Each value contained within a band can be represented with an int. |
eStkGraphicsPluginRasterTypeFloat | 6 | Each value contained within a band can be represented with a float. |
eStkGraphicsPluginRasterTypeDouble | 7 | Each value contained within a band can be represented with a double. |