Module gdal_sys::GDALTileOrganization[][src]

Constants

GTO_BIT

Band Interleaved by Tile : tile (0,0) of first band, tile (0,0) of second band, … tile (1,0) of first band, tile (1,0) of second band, …

GTO_BSQ

Band SeQuential : all the tiles of first band, all the tiles of following band…

GTO_TIP

Tile Interleaved by Pixel: tile (0,0) with internal band interleaved by pixel organization, tile (1, 0), …

Type Definitions

Type

Enumeration to describe the tile organization