Utility functions for the GDAL data source widget plugin. More...
#include "../../../../core/logger/Logger.h"#include "../../../../core/translator/Translator.h"#include "../../../../dataaccess/dataset/DataSetType.h"#include "../../../../dataaccess/datasource/DataSourceManager.h"#include "../../../../dataaccess/utils/Utils.h"#include "../../../../maptools/AbstractLayer.h"#include "../../../../srs/SpatialReferenceSystemManager.h"#include "../../../widgets/layer/utils/DataSet2Layer.h"#include "../../../af/ApplicationController.h"#include "../../../af/events/LayerEvents.h"#include "Utils.h"#include <QApplication>#include <QDir>#include <QFileInfo>#include <QMessageBox>#include <cassert>#include <boost/uuid/random_generator.hpp>#include <boost/uuid/uuid_io.hpp>#include <boost/filesystem.hpp>Go to the source code of this file.
Utility functions for the GDAL data source widget plugin.
Definition in file src/terralib/qt/plugins/datasource/gdal/Utils.cpp.