This class is GUI used to define the clipping wizard for the RP constast operation. More...
#include <ClippingWizard.h>
Public Member Functions | |
| ClippingWizard (QWidget *parent) | |
| te::map::AbstractLayerPtr | getOutputLayer () |
| void | setLayer (te::map::AbstractLayerPtr layer) |
| void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
| virtual bool | validateCurrentPage () |
| ~ClippingWizard () | |
Protected Member Functions | |
| void | addPages () |
| bool | execute () |
| bool | executeDimensionClipping () |
| bool | executeExtentClipping () |
| bool | executeLayerClipping () |
Private Attributes | |
| std::auto_ptr < te::qt::widgets::ClippingWizardPage > | m_clippingPage |
| std::auto_ptr < te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
| te::map::AbstractLayerPtr | m_outputLayer |
| std::auto_ptr < te::qt::widgets::RasterInfoWizardPage > | m_rasterInfoPage |
This class is GUI used to define the clipping wizard for the RP constast operation.
Definition at line 54 of file ClippingWizard.h.
| te::qt::widgets::ClippingWizard::ClippingWizard | ( | QWidget * | parent | ) |
Definition at line 50 of file ClippingWizard.cpp.
References addPages(), and te::qt::widgets::HelpPushButton::setPageReference().
| te::qt::widgets::ClippingWizard::~ClippingWizard | ( | ) |
Definition at line 70 of file ClippingWizard.cpp.
|
protected |
Definition at line 125 of file ClippingWizard.cpp.
Referenced by ClippingWizard().
|
protected |
Definition at line 139 of file ClippingWizard.cpp.
|
protected |
Definition at line 193 of file ClippingWizard.cpp.
References te::qt::widgets::createLayer(), te::da::GetFirstPropertyPos(), te::rst::Interpolator::NearestNeighbor, te::dt::RASTER_TYPE, and te::rst::Raster::resample().
|
protected |
Definition at line 157 of file ClippingWizard.cpp.
References te::qt::widgets::createLayer(), te::da::GetFirstPropertyPos(), te::gm::Envelope::intersects(), te::dt::RASTER_TYPE, and te::rst::Raster::trim().
|
protected |
Definition at line 224 of file ClippingWizard.cpp.
| te::map::AbstractLayerPtr te::qt::widgets::ClippingWizard::getOutputLayer | ( | ) |
Definition at line 120 of file ClippingWizard.cpp.
Referenced by te::qt::plugins::rp::ClippingAction::onActionActivated(), and te::qt::plugins::rp::ClippingAction::onPopUpActionActivated().
| void te::qt::widgets::ClippingWizard::setLayer | ( | te::map::AbstractLayerPtr | layer | ) |
Definition at line 115 of file ClippingWizard.cpp.
Referenced by te::qt::plugins::rp::ClippingAction::onPopUpActionActivated().
| void te::qt::widgets::ClippingWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
Definition at line 107 of file ClippingWizard.cpp.
Referenced by te::qt::plugins::rp::ClippingAction::onActionActivated().
|
virtual |
Definition at line 75 of file ClippingWizard.cpp.
|
private |
Definition at line 86 of file ClippingWizard.h.
|
private |
Definition at line 87 of file ClippingWizard.h.
|
private |
Definition at line 90 of file ClippingWizard.h.
|
private |
Definition at line 88 of file ClippingWizard.h.