OTB  9.0.0
Orfeo Toolbox
Classes | Namespaces | Typedefs | Enumerations
otbGDALOverviewsBuilder.h File Reference
#include "itkProcessObject.h"
#include "itkSize.h"
#include "otbGDALDatasetWrapper.h"
#include "otbConfigure.h"
#include "OTBIOGDALExport.h"
#include <string>
+ Include dependency graph for otbGDALOverviewsBuilder.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  otb::GDALOverviewsBuilder
 

Namespaces

 otb
 

Typedefs

typedef GDALResampling otb::GDALResamplingType
 

Enumerations

enum  otb::GDALCompression {
  otb::GDAL_COMPRESSION_NONE = 0,
  otb::GDAL_COMPRESSION_JPEG,
  otb::GDAL_COMPRESSION_LZW,
  otb::GDAL_COMPRESSION_PACKBITS,
  otb::GDAL_COMPRESSION_DEFLATE,
  otb::GDAL_COMPRESSION_COUNT
}
 
enum  otb::GDALFormat {
  otb::GDAL_FORMAT_ERDAS,
  otb::GDAL_FORMAT_GEOTIFF,
  otb::GDAL_FORMAT_COUNT
}
 
enum  otb::GDALResampling {
  otb::GDAL_RESAMPLING_NONE = 0,
  otb::GDAL_RESAMPLING_NEAREST,
  otb::GDAL_RESAMPLING_GAUSS,
  otb::GDAL_RESAMPLING_CUBIC,
  otb::GDAL_RESAMPLING_AVERAGE,
  otb::GDAL_RESAMPLING_MODE,
  otb::GDAL_RESAMPLING_AVERAGE_MAGPHASE,
  otb::GDAL_RESAMPLING_COUNT
}