fmeobjects.FMEUInt8Tile.getInterpretationNumComponents
- FMEUInt8Tile.getInterpretationNumComponents()
Get the number of components in the interpretation of a raster tile.
- Return type:
- Returns:
The number of components in the interpretation of a raster tile. For example: An
FMEInt32Tile
would return 1. AnFMERGBA64Tile
would return 4. AnFMEStringTile
would return 1.