OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include "ossimGdalTiledDataset.h"
#include <ossim/vpfutil/set.h>
#include "ossimGdalType.h"
#include <ossim/imaging/ossimImageSourceSequencer.h>
#include <ossim/imaging/ossimImageData.h>
#include <ossim/imaging/ossimImageDataFactory.h>
#include <ossim/base/ossimProcessProgressEvent.h>
#include <cpl_string.h>
#include <ossim/base/ossimTrace.h>
Go to the source code of this file.
Functions | |
GDALRasterBandH | MEMTiledCreateRasterBand (GDALDataset *poDS, int nBand, GByte *pabyData, GDALDataType eType, int nPixelOffset, int nLineOffset, int bAssumeOwnership) |
void | GDALRegister_MEMTiled () |
void GDALRegister_MEMTiled | ( | ) |
Definition at line 462 of file ossimGdalTiledDataset.cpp.
GDALRasterBandH MEMTiledCreateRasterBand | ( | GDALDataset * | poDS, |
int | nBand, | ||
GByte * | pabyData, | ||
GDALDataType | eType, | ||
int | nPixelOffset, | ||
int | nLineOffset, | ||
int | bAssumeOwnership | ||
) |
Definition at line 26 of file ossimGdalTiledDataset.cpp.