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 and Feature-Data-Object reference data sources.
ESRIFDOAddressLocatorStyle An address locator style for locators that use the ESRI geocoding engine and Feature-Data-Object reference data sources.

See Also

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

Example

CreateSDELocator_Example