fmeobjects.FMEInt64Tile.getInterpretationBitDepth

FMEInt64Tile.getInterpretationBitDepth()

Get the number of bits in the interpretation of a raster tile.

Return type:

int

Returns:

The number of bits in the interpretation of a raster tile. For example: An FMEInt32Tile would return 32. An FMERGBA64Tile would return 64. An FMEStringTile would return 8 * stringLength.