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) | |
| std::vector < te::map::AbstractLayerPtr > | getOutputLayers () |
| 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 |
| std::vector < 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 57 of file ClippingWizard.cpp.
References addPages(), and te::qt::widgets::HelpPushButton::setPageReference().
| te::qt::widgets::ClippingWizard::~ClippingWizard | ( | ) |
Definition at line 77 of file ClippingWizard.cpp.
|
protected |
Definition at line 132 of file ClippingWizard.cpp.
Referenced by ClippingWizard().
|
protected |
Definition at line 146 of file ClippingWizard.cpp.
References te::common::ProgressManager::addViewer(), te::common::Singleton< ProgressManager >::getInstance(), and te::common::ProgressManager::removeViewer().
|
protected |
Definition at line 235 of file ClippingWizard.cpp.
References te::qt::widgets::createLayer(), te::da::GetFirstPropertyPos(), te::rst::NearestNeighbor, te::dt::RASTER_TYPE, and te::rst::Raster::resample().
|
protected |
Definition at line 199 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 273 of file ClippingWizard.cpp.
References te::rst::PolygonIterator< T >::begin(), te::qt::widgets::createLayer(), te::rst::PolygonIterator< T >::end(), te::rst::FillRaster(), te::rst::PolygonIterator< T >::getColumn(), te::da::GetFirstPropertyPos(), te::rst::PolygonIterator< T >::getRow(), te::sa::Grid, te::rst::RasterFactory::make(), te::dt::RASTER_TYPE, te::rst::Round(), te::gm::Coord2D::x, and te::gm::Coord2D::y.
| std::vector< te::map::AbstractLayerPtr > te::qt::widgets::ClippingWizard::getOutputLayers | ( | ) |
Definition at line 127 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 122 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 114 of file ClippingWizard.cpp.
Referenced by te::qt::plugins::rp::ClippingAction::onActionActivated().
|
virtual |
Definition at line 82 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.