26#ifndef __TERRALIB_ADDRESSGEOCODING_INTERNAL_CONFIGINPUTADDRESSDIALOG_H
27#define __TERRALIB_ADDRESSGEOCODING_INTERNAL_CONFIGINPUTADDRESSDIALOG_H
44namespace Ui {
class ConfigInputAddressDialogForm; }
51 namespace addressgeocoding
108 std::string streetType,
109 std::string streetTitle,
110 std::string streetName,
112 std::string neighborhood,
113 std::string postalCode);
116 std::string& streetType,
117 std::string& streetTitle,
118 std::string& streetName,
120 std::string& neighborhood,
121 std::string& postalCode);
125 std::unique_ptr<Ui::ConfigInputAddressDialogForm>
m_ui;
This is the base class for Layers.
A conteiner class for keeping information about a data source.
It models a property definition.
An abstract class for data providers like a DBMS, Web Services or a regular file.
boost::shared_ptr< DataSource > DataSourcePtr
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.