![]() |
This document is archived and information here might be outdated. Recommended version. |
Provides access to members that describe the process used to create the feature class.
Use the IAttachedLocator interface to retrieve information about the locator that is attached to a dataset.
Name | Description | |
---|---|---|
![]() |
InputFieldNamesList | Names of fields in the input table used by the locator. |
![]() |
InputJoinFieldName | Name of the ObjectID field in the input table. |
![]() |
InputTable | Table that was located. |
![]() |
Locator | Locator used to create the feature class. |
![]() |
OutputFieldNamesList | Names of result fields in the output feature class. |
![]() |
OutputJoinFieldName | Name of the JoinOID field in the output feature class. |
![]() |
OutputTable | Feature class that was created. |
CoClasses and Classes | Description |
---|---|
AttachedLocator | A locator that is attached to a dataset. |
To rematch a geocoded feature class programatically, use the IAttachedLocator interface to retrieve all of the information about the locator that is attached to the dataset. Then, use the IAdvancedGeocoding::RematchTable method with the information from the AttachedLocator to rematch the geocoded feature class.
LocatorManager Class | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | ILocatorManager2 Interface | ILocatorAttach2.AttachLocator Method | AttachedLocator Class | ILocatorAttach2 Interface | IAddressGeocoding.MatchTable Method | IAttachedLocator Interface | ILocatorManager Interface | ILocatorManager2 Interface | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | ILocatorManager2 Interface | IAttachedLocator Interface | ILocatorManager.HasLocatorAttached Method | AttachedLocator Class | ILocatorManager.GetLocatorFromDataset Method