Summary
In ArcGIS Pro, geocoding is the process of navigating to specific locations on a map or generating features from tables of addresses or places. The Geocode Addresses tool works with a locator to perform geocoding using addresses as the locator input. However, if unique field names of locations must be used instead of addresses, a custom locator must be created.
In this example, a locator is created to geocode polygons in the Administrative_area feature class by its zone name from the Zone field.
Procedure
- Open the ArcGIS Pro project.
- On the Analysis tab, in the Geoprocessing group, click the Tools button to open the Geoprocessing pane.
- In the Geoprocessing pane, search for and select Create Locator (Geocoding Tools).
- Configure the parameters in the Create Locator pane.
- For Country or Region, select the country-specific geocoding logic to be applied to the reference data for the locator from the drop-down list. In this example, United States is selected.
- For Primary Table(s), select the feature class to be used to create the locator from the drop-down list. In this example, the Administrative_area feature class is selected.
- For Role, select Parcel.
- Under Field Mapping, for Feature ID, select OBJECTID as the Alias Name from the drop-down list.
- For Parcel Name, select the field containing the unique values as the Alias Name from the drop-down list. In this example, Zone is selected.
- For Output Locator, if necessary, name and specify the location of the output locator file. In this example, the output locator is named Administrative_CreateLocator.
- For Language Code, select the language-specific geocoding logic to be applied to the reference data for the locator from the drop-down list. In this example, English is selected.
- Click Run to create the locator.
To geocode polygons on the map using the locator, refer to ArcGIS Pro: Find places on the map. The image below shows the new locator, Administrative_CreateLocator, used to geocode the polygon using the zone name, A66, as the input in the Locate pane.