fmeobjects.FMEBandProperties.getTileType

FMEBandProperties.getTileType()

Returns tile type representing the type of data access supported by this band. Possible values:

Note that this value is only relevant for readers. That is, when creating a reader, this value should be specified depending on how FMEBandTilePopulator is implemented. On the other hand, a consumer of data (e.g. a writer) can always request data in whatever size is desired, regardless of this value. FME will reconcile the writer request size with the reader’s supported tile size.

Return type:

int

Returns:

Type of the tile.