Provides access to members that describe the process used to create the feature class.
Product Availability
When To Use
Use the IAttachedLocator interface to retrieve information about the locator that is attached to a dataset.
Members
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 that implement IAttachedLocator
CoClasses and Classes | Description |
---|---|
AttachedLocator | A locator that is attached to a dataset. |
Remarks
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.
See Also
IAttachedLocator Interface | AttachedLocator Class | ILocatorManager2 Interface | ILocatorManager Interface | LocatorManager Class | ILocatorAttach2.AttachLocator Method | AttachedLocator Class | ILocatorAttach2 Interface | IAttachedLocator Interface | IAddressGeocoding.MatchTable Method | ILocatorManager2 Interface | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | ILocatorManager Interface | AttachedLocator Class | ILocatorManager.GetLocatorFromDataset Method | IAttachedLocator Interface | ILocatorManager.HasLocatorAttached Method | ILocatorManager2 Interface