GeocoderTableJoining Object

The GeocoderTableJoining object represents the descriptor of a table join. These descriptors are used in the link or reference scheme. The collection of GeocoderTableFieldPair objects specifies the mapping between two tables.

To add a table to the link or reference scheme, the following steps should be performed:

To create the GeocoderTableJoining object by the Geocoder::CreateTableJoining method.

If several fields specify the link between tables, it is necessary to create additional descriptors of field mappings by the GeocoderTableJoining::CreateFieldPair method and add them to the GeocoderTableFieldPair collection. You can add descriptors only until the table join descriptor has been added to the link or reference scheme.

To add the table join descriptor to the link scheme (LinkScheme) or reference scheme (RefScheme).