Find Address task

Release 9.3.1 E-mail This Topic Printable Version Give Us Feedback

The Find Address task prompts the user for an address and displays the address on the map. It can be configured with an ArcGIS Server geocode service, an ArcIMS service with geocoding enabled, or Bing Maps.

Selecting a locator

The Find Address task is based on an address locator service. This can be an ArcGIS Server geocode service, an ArcIMS geocode service, or a Bing Maps service.

Once you add a Find Address task to your application, you need to specify the locator service using the Supporting Services link. Use the Add GIS Server link to connect to the server containing your locator. If you need help navigating this dialog, see the instructions in Selecting services to display.

If you select a geocode service from ArcGIS Server 9.2, the coordinate system of the geocode service must match the coordinate system of the map. If you use a geocode service from ArcGIS Server 9.3, it can have any coordinate system. The 9.3 geocode service has been enhanced to return the task results in the coordinate system of the map.

A Bing Maps service can be very useful for the Find Address task because the service is configured to find well-known places that may not have a well-known street address (for example, "Lincoln Memorial"). If you select the Bing Maps service, your map must include a Bing Maps layer or a layer that uses the Bing Maps coordinate system (WGS 1984 Web Mercator). This layer must be the Primary Map Resource, meaning that the map is configured to use the layer's coordinate system.

Configuring field aliases for the task

The number of text boxes and the text you see on the user interface for the Find Address task come from the locator itself. You can change the text by opening the locator (.loc) in a text file before publishing it to the server. Changing it in the locator, however, will also change how the text appears in ArcGIS Desktop.

  1. Navigate to the location of the locator.
  2. Edit it in a text editor.
  3. Search for the text FieldAliases. For instance:

    FieldAliases = Zone

  4. Edit the field alias. For example, you might change Zone to ZIP Code:

    FieldAliases = ZIP Code

Changing the text that appears in the task

To change the default name and wording in the Find Address task, you can do the following:

  1. Choose your Find Address task from the list of tasks.
  2. Click Configure.
  3. Click the General tab.
  4. Type a name for the task. This name will appear on the top bar of the Web Mapping Application.
  5. Change the Resource, if necessary, to refer to the locator you specified earlier with the Supporting Services link. This step is especially important if you have more than one supporting geocode service in your Web application. You need to pick the locator that will be associated with this Find Address task.
  6. Type the text for the button users will click to execute the search.
  7. Optionally, type a help tip to provide direction to your task users. This tip will appear when users hover the mouse pointer on the task.

Changing how results are displayed

You can control the way the results of the Find Address task are displayed on the map:
  1. Choose your Find Address task from the list of tasks.
  2. Click Configure.
  3. Click the Results tab.
  4. Choose the symbol that should be used to draw the results.
  5. Optionally, check Show Map Tips and choose a symbol for highlighted results. This symbol will appear any time a user hovers the mouse pointer on the result. When the highlight symbol is clicked, a map tip will appear.

Note: When searching a composite locator, the Find Address task searches all the individual locators that comprise the composite locator. This behavior is mentioned here because some ArcGIS Desktop tools that perform batch geocoding stop searching a composite locator once a match is found.