26#ifndef __TERRALIB_ADDRESSGEOCODING_INTERNAL_MAINWINDOWDIALOG_H
27#define __TERRALIB_ADDRESSGEOCODING_INTERNAL_MAINWINDOWDIALOG_H
44namespace Ui {
class MainWindowDialogForm; }
68 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
113 std::unique_ptr<Ui::MainWindowDialogForm>
m_ui;
This is the base class for Layers.
A conteiner class for keeping information about a data source.
It models a property definition.
te::map::AbstractLayerPtr m_selectedLayer
List of layers.
void GetAddressDataSource(std::string fileName)
void onOkPushButtonClicked()
void onLayerComboBoxChanged(int index)
void GetAddressFilePathToSettings(std::map< std::string, std::vector< std::string > > &mapFields)
void onTargetFileToolButtonPressed()
std::map< std::string, std::vector< std::string > > m_mapFields
void onConfigureLayerClicked()
std::string m_initialLeft
void onFinalRightComboBoxChanged(int index)
std::vector< std::string > m_associatedProps
std::string m_addressFile
te::map::AbstractLayerPtr m_resultLayer
Generated Layer.
std::vector< te::dt::Property * > m_properties
Properties related to the selected Layer.
te::map::AbstractLayerPtr m_newColumnLayer
Layer used for tsVector column.
void onTargetDatasourceToolButtonPressed()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
void onEditAddressToolButtonPressed()
te::map::AbstractLayerPtr getLayer()
Get the generated layer.
void onCancelPushButtonClicked()
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
MainWindowDialog(QWidget *parent=0, Qt::WindowFlags f=0)
std::string m_initialRight
void onInitialRightComboBoxChanged(int index)
void onTargetFileAddressToolButtonPressed()
std::string m_streetNumber
te::da::DataSourcePtr m_addressDataSource
void onRemoveAddressToolButtonPressed()
std::unique_ptr< Ui::MainWindowDialogForm > m_ui
void onFinalLeftComboBoxChanged(int index)
void onAddressComboBoxChanged(int index)
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
te::da::DataSourcePtr m_layerDataSource
void onInitialLeftComboBoxChanged(int index)
An abstract class for data providers like a DBMS, Web Services or a regular file.
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::shared_ptr< DataSource > DataSourcePtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
Configuration flags for the Terrralib Address Geocoding module.
#define TEADDRESSGEOCODINGEXPORT
You can use this macro in order to export/import classes and functions from this module.