FDO API Reference Feature Data Objects

RasterDataOrganization.h File Reference

#include <FdoStd.h>

Include dependency graph for RasterDataOrganization.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoRasterDataOrganization {
  FdoRasterDataOrganization_Pixel,
  FdoRasterDataOrganization_Row,
  FdoRasterDataOrganization_Image
}
 The FdoRasterDataOrganization enumeration specifies the way pixel data is interleaved. Data is stored/retrieved in left to right, and secondarily top to bottom order within the interleave order. Tiles are also stored/retrieved in left to right, top to bottom order. For tiled data, data for one tile is completely stored/retrieved before the next tile, so for example, with 'FdoRasterDataOrganization_Image' organization of RGB data with 24 bits per pixel, the TileSizeX by TileSizeY 8 bit data values for the red channel are stored first followed by the same number of green bytes, followed by the same number of blue bytes. This organization dependant storage should be considered when 'skipping' to the middle of an image.

. More...


Comments or suggestions? Send us feedback.