AGI STK Graphics Plugins 11 Send comments on this topic.
AgEStkGraphicsPluginRasterType Enumeration
See Also 

Description

The type of data contained within each band of a raster dataset.

Members

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.
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1