fmeobjects.FMEGreen16Tile.getInterpretationBitDepth
- FMEGreen16Tile.getInterpretationBitDepth()
Get the number of bits in the interpretation of a raster tile.
- Return type:
- 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.