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);
    71         std::vector<te::map::AbstractLayerPtr> getOutLayer();
    91         void onLayerComboBoxChanged(
int index);
    93         void onAttributeComboBoxChanged(
int index);
    95         void onAllObjectsToggled();
    97         void onAllLayerOperationToggled();
    99         void onAttributeOperationToggled();
   101         void onTargetDatasourceToolButtonPressed();
   103         void onTargetFileToolButtonPressed();
   105         void onOkPushButtonClicked();
   107         void onCancelPushButtonClicked();
   109         void onSrsToolButtonClicked();
   113         std::unique_ptr<Ui::GeometricOpDialogForm> 
m_ui;        
   119         std::vector<te::vp::GeometricOperation> 
m_ops;        
   127 #endif  // __TERRALIB_VP_INTERNAL_GEOMETRICOPDIALOG_H #define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
std::unique_ptr< Ui::GeometricOpDialogForm > m_ui
Qt Dialog Form. 
 
std::string m_attribute
Properties related to the selected Layer to do the dissolve before operation. 
 
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. 
 
bool m_toFile
Flag to indicate if the output will be stored in a file. 
 
std::list< te::map::AbstractLayerPtr > m_layers
List of layers. 
 
std::vector< te::map::AbstractLayerPtr > m_outputLayer
Generated Layer. 
 
std::vector< te::vp::GeometricOperation > m_ops
Operations selected to be executed. 
 
This class is GUI used to define the wizard for the VP geometric operation. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
int m_newSRID
newSRID to compure tabular operations (Area, Perimeter, Line). 
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr