STK AgGraphicsPluginSend comments on this topic.
AgEStkGraphicsPluginRasterType Enumeration
See Also

Description

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

Members

MemberValueDescription
eStkGraphicsPluginRasterTypeUnsignedByte0Each value contained within a band can be represented with an unsigned byte.
eStkGraphicsPluginRasterTypeByte1Each value contained within a band can be represented with a byte.
eStkGraphicsPluginRasterTypeUnsignedShort2Each value contained within a band can be represented with an unsigned short.
eStkGraphicsPluginRasterTypeShort3Each value contained within a band can be represented with a short.
eStkGraphicsPluginRasterTypeUnsignedInt4Each value contained within a band can be represented with an unsigned int.
eStkGraphicsPluginRasterTypeInt5Each value contained within a band can be represented with an int.
eStkGraphicsPluginRasterTypeFloat6Each value contained within a band can be represented with a float.
eStkGraphicsPluginRasterTypeDouble7Each value contained within a band can be represented with a double.
© 2024 Analytical Graphics, Inc. All Rights Reserved.