ArcObjects Library Reference (Location)  

IReferenceDataTables Interface

Provides access to members for specifying the reference data used by the locator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

When To Use

Use the IReferenceDataTables interface to specify the feature-data-object data sources that the locator will use as reference data.

Members

Description
Read-only property HasEnoughInfo Indicates if the locator has sufficient reference data in order to geocode.
Read-only property Tables The reference data tables used by the locator.

CoClasses that implement IReferenceDataTables

CoClasses and Classes Description
ESRIFDOAddressLocator An address locator that uses the ESRI geocoding engine developed prior to ArcGIS version 10.0.
ESRIFDOAddressLocatorStyle An address locator style for locators that use the ESRI geocoding engine developed prior to ArcGIS version 10.0.
ESRIGen2AddressLocator An address locator that uses the ESRI geocoding engine introduced in ArcGIS version 10.0.
ESRIGen2AddressLocatorStyle An address locator style that uses the ESRI geocoding engine introduced in ArcGIS version 10.0.

See Also

IReferenceDataTable Interface | ESRIFDOAddressLocator Class | ReferenceDataIndexEnumerator Class | ReferenceDataIndex Class | IReferenceDataTableEdit Interface | IReferenceDataFile.PathName Property | IReferenceDataTables Interface | IReferenceDataTables.HasEnoughInfo Property | IAddressGeocoding.Validate Method | IReferenceDataTables.Tables Property | IEnumReferenceDataTable Interface | IReferenceDataFile.Filters Property | IEnumReferenceDataIndex Interface | StreetMapAddressLocator Class | IReferenceDataFile Interface | IEnumReferenceDataField Interface | IReferenceDataFieldEdit Interface | ReferenceDataFieldsEnumerator Class | IReferenceDataField Interface | ReferenceDataTable Class | ReferenceDataTableEnumerator Class | ReferenceDataField Class

.NET Related Topics

Creating an address locator |