![]() |
TerraLib 4.1
|
#include <TeAddressLocator.h>
Public Attributes | |
| int | tableId_ |
| This value is a foreign key from te_layer_table indicates the table wich will be used for the address locator. | |
| string | tableName_ |
| The table to use for geocoding process. | |
| string | linkColumnName_ |
| The column used as link to line geometry. | |
| string | initialLeftNumber_ |
| The field name with the initial location left number. | |
| string | finalLeftNumber_ |
| The field name with the final location left number. | |
| string | initialRightNumber_ |
| The field name with the initial location right number. | |
| string | finalRightNumber_ |
| The field name with the final location right number. | |
| string | locationType_ |
| The field name with location type (Av., Rua, R., Pr., Jz., Pres. ...) | |
| string | locationTitle_ |
| The field name with location title (Dr., Dra., PRF ...) | |
| string | locationPreposition_ |
| The field name with the preposition used to form the location name (Dos, Das, De,. | |
| string | locationName_ |
| The field name with the location name. | |
| string | locationCompleteName_ |
| The field name with composed location name. | |
| string | leftNeighborhood_ |
| The field name for the left location neighborhood. | |
| string | rightNeighborhood_ |
| The field name for the right location neighborhood. | |
| string | leftZipCode_ |
| The field name for the left location zip code. | |
| string | rightZipCode_ |
| The field name for the right location zip code. | |
Metadata for a table used as a base for geocoding
The field name with the final location left number.
The field name with the final location right number.
The field name with the initial location left number.
The field name with the initial location right number.
The field name for the left location neighborhood.
The field name for the left location zip code.
The column used as link to line geometry.
The field name with composed location name.
The field name with the location name.
The field name with the preposition used to form the location name (Dos, Das, De,.
The field name with location title (Dr., Dra., PRF ...)
The field name with location type (Av., Rua, R., Pr., Jz., Pres. ...)
The field name for the right location neighborhood.
The field name for the right location zip code.
This value is a foreign key from te_layer_table indicates the table wich will be used for the address locator.
The table to use for geocoding process.