Go to the documentation of this file.
27 #ifndef __TERRALIB_VP_INTERNAL_GEOMETRICOPDIALOG_H
28 #define __TERRALIB_VP_INTERNAL_GEOMETRICOPDIALOG_H
32 #include "../../dataaccess/datasource/DataSourceInfo.h"
33 #include "../../maptools/AbstractLayer.h"
35 #include "../Config.h"
45 namespace Ui {
class GeometricOpDialogForm; }
67 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
113 std::unique_ptr<Ui::GeometricOpDialogForm>
m_ui;
119 std::vector<te::vp::GeometricOperation>
m_ops;
127 #endif // __TERRALIB_VP_INTERNAL_GEOMETRICOPDIALOG_H
void onAttributeComboBoxChanged(int index)
void enableOperations(te::gm::GeomType type)
void onTargetDatasourceToolButtonPressed()
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
void onOkPushButtonClicked()
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
void onAllLayerOperationToggled()
std::string m_attribute
Properties related to the selected Layer to do the dissolve before operation.
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
GeometricOpObjStrategy
Defines the strategy used for the processing of the input geometries.
te::map::AbstractLayerPtr m_selectedLayer
Selected layer to operation.
This class is GUI used to define the wizard for the VP geometric operation.
void onTargetFileToolButtonPressed()
te::map::AbstractLayerPtr getInLayer()
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
void onCancelPushButtonClicked()
std::vector< te::map::AbstractLayerPtr > m_outputLayer
Generated Layer.
GeometricOpDialog(QWidget *parent=0, Qt::WindowFlags f=0)
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
std::vector< te::vp::GeometricOperation > m_ops
Operations selected to be executed.
te::vp::GeometricOpObjStrategy getObjectStrategy()
bool m_toFile
Flag to indicate if the output will be stored in a file.
void onLayerComboBoxChanged(int index)
std::vector< te::map::AbstractLayerPtr > getOutLayer()
void onSrsToolButtonClicked()
void onAttributeOperationToggled()
void onAllObjectsToggled()
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
std::unique_ptr< Ui::GeometricOpDialogForm > m_ui
Qt Dialog Form.
int m_newSRID
newSRID to compure tabular operations (Area, Perimeter, Line).