Utility functions for GDAL. More...
#include "../common/StringUtils.h"#include "../common/Translator.h"#include "../common/UnitOfMeasure.h"#include "../common/UnitsOfMeasureManager.h"#include "../dataaccess/dataset/DataSetType.h"#include "../geometry/Coord2D.h"#include "../geometry/Envelope.h"#include "../geometry/Geometry.h"#include "../ogr/Utils.h"#include "../raster/BandProperty.h"#include "../raster/Grid.h"#include "../raster/RasterFactory.h"#include "../raster/RasterProperty.h"#include "Band.h"#include "Exception.h"#include "Raster.h"#include "Utils.h"#include <cmath>#include <vector>#include <gdalwarper.h>#include <ogr_api.h>#include <ogr_spatialref.h>#include <ogrsf_frmts.h>#include <boost/algorithm/string.hpp>#include <boost/format.hpp>#include <boost/filesystem/path.hpp>#include <boost/filesystem/operations.hpp>Go to the source code of this file.
Utility functions for GDAL.
Definition in file Utils.cpp.