fmeobjects.FMEInt32Tile.getInterpretationBitDepth¶
-
FMEInt32Tile.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 FMEInt32Tilewould return 32. AnFMERGBA64Tilewould return 64. AnFMEStringTilewould return 8 * stringLength.