27 #ifndef __TERRALIB_VP_INTERNAL_GEOMETRICOPWIZARD_H
28 #define __TERRALIB_VP_INTERNAL_GEOMETRICOPWIZARD_H
32 #include "../../dataaccess/datasource/DataSourceInfo.h"
33 #include "../../maptools/AbstractLayer.h"
34 #include "../../qt/widgets/layer/search/LayerSearchWizardPage.h"
36 #include "../Config.h"
49 class GeometricOpWizardPage;
50 class GeometricOpOutputWizardPage;
70 virtual bool validateCurrentPage();
72 void setList(std::list<te::map::AbstractLayerPtr>& layerList);
78 std::vector<te::map::AbstractLayerPtr> getOutLayer();
95 std::vector<te::vp::GeometricOperation>
m_ops;
103 #endif // __TERRALIB_VP_INTERNAL_GEOMETRICOPWIZARD_H
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::vector< te::map::AbstractLayerPtr > m_outLayer
std::auto_ptr< te::vp::GeometricOpWizardPage > m_geomOpPage
te::map::AbstractLayerPtr m_inLayer
std::vector< te::vp::GeometricOperation > m_ops
std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > m_layerSearchPage
This class is GUI used to define the wizard for the VP geometric operation.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
std::auto_ptr< te::vp::GeometricOpOutputWizardPage > m_geomOpOutputPage
te::da::DataSourceInfoPtr m_outputDatasource
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr