The ArcFM Address Search and ArcFM Direction Search tools use address locators to locate specific address information in the map. Address locators may be created in ArcCatalog and ArcToolbox. Refer to the ArcGIS for Desktop documentation for information about creating address locators.
When an address locator is created, the necessary tables are added to the geodatabase (starting with GC_). If you're using an SDE database, assign the permissions to these tables that allow other users to access the address locator.
If you modify the feature class that participates in the address locator (e.g., add fields), you will need to rebuild the locator. Also, if you extract data into another geodatabase, the address locators must be rebuilt.
Tips for Creating an Address Locator
- By default, the Create Address Locator tool stores the locator in the dataset that contains the reference data. However, in order to work properly the locator must be stored at the geodatabase level. When creating a new address locator always modify the Output Address Locator field to store the new locator at the geodatabase level.
- Keep address locator names short. There is a limit on the length for the name. An address locator with a name that exceeds the maximum length will fail. See Esri documentation for more information.
- Never give two locators the same name. This will cause problems. Each address locator name must be unique.
Sample Address Locator
These steps walk through creating an address locator that works with the Minerville.mdb sample data. Creating an Address Locator is Esri functionality. For additional information, refer to Esri documentation.
- In ArcCatalog, right-click the Geodatabase and select New > Address Locator. This displays the Create Address Locator form.
- Select a style in the Address Locator Style field (e.g., US Address - Dual Ranges). Click OK.
- Select the layer to be used as Reference Data (e.g., StreetCenterline). The reference data defines the feature classes and tables that will be used by the address locator.
- In the Output Address Locator field, browse to the geodatabase level. By default, the path is set to the dataset in which the reference data resides. A locator stored within a dataset will not work correctly.
- When setting the output path, give the address locator a name. Keep the name length short as there is a length limit, and locators with names that exceed the limit in length will not work. See Esri documentation for more information.
- Click OK to save the address locator.