fmeobjects.FMETile.getInterpretationNumComponents¶
-
FMETile.
getInterpretationNumComponents
()¶ Get the number of components in the interpretation of a raster tile.
Return type: int 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.