STK Graphics PrimitivesSend comments on this topic.
AgEStkGraphicsRasterType Enumeration
See Also

Description

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

Members

MemberValueDescription
eStkGraphicsRasterTypeUnsignedByte0Each value contained within a band can be represented with an unsigned byte.
eStkGraphicsRasterTypeByte1Each value contained within a band can be represented with a byte.
eStkGraphicsRasterTypeUnsignedShort2Each value contained within a band can be represented with an unsigned short.
eStkGraphicsRasterTypeShort3Each value contained within a band can be represented with a short.
eStkGraphicsRasterTypeUnsignedInt4Each value contained within a band can be represented with an unsigned int.
eStkGraphicsRasterTypeInt5Each value contained within a band can be represented with an int.
eStkGraphicsRasterTypeFloat6Each value contained within a band can be represented with a float.
eStkGraphicsRasterTypeDouble7Each value contained within a band can be represented with a double.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.