A Qt dialog that allows users to run a clipping operation defined by RP module. More...
#include "../../../common/progress/ProgressManager.h"#include "../../../geometry/Envelope.h"#include "../../../dataaccess/dataset/DataSet.h"#include "../../../dataaccess/utils/Utils.h"#include "../../../geometry/Geometry.h"#include "../../../geometry/GeometryCollection.h"#include "../../../raster/Grid.h"#include "../../../raster/Interpolator.h"#include "../../../raster/PositionIterator.h"#include "../../../raster/Raster.h"#include "../../../raster/RasterFactory.h"#include "../../../raster/Utils.h"#include "../help/HelpPushButton.h"#include "../layer/search/LayerSearchWidget.h"#include "../layer/search/LayerSearchWizardPage.h"#include "../progress/ProgressViewerDialog.h"#include "ClippingWizard.h"#include "ClippingWizardPage.h"#include "RasterInfoWidget.h"#include "RasterInfoWizardPage.h"#include "Utils.h"#include <cassert>#include <QApplication>#include <QMessageBox>Go to the source code of this file.
A Qt dialog that allows users to run a clipping operation defined by RP module.
Definition in file ClippingWizard.cpp.