fmeobjects.FMEBlue8Tile.getInterpretationBitDepth¶
-
FMEBlue8Tile.
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. AnFMERGBA64Tile
would return 64. AnFMEStringTile
would return 8 * stringLength.