#include "itkProcessObject.h"
#include "itkSize.h"
#include "otbGDALDatasetWrapper.h"
#include "otbConfigure.h"
#include "OTBIOGDALExport.h"
#include <string>
Go to the source code of this file.
|
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
} |
|