002957: Geometry type for '<value>' is not supported. Supported geometry types are: '<value>'.

Description

The geometry type of the reference data used to create the locator is not supported. The supported geometry types are point, polyline, and polygon. Multipoint features are not supported in the reference data and can cause this error.

Solution

Do the following to correct the reference data and build the locator successfully:

  1. Determine whether the reference data has multipoint features.
    • Confirm there are no multipoint features in the Shape field of the reference data.
    • Use the Calculate Geometry Attributes tool with the reference data and use the Number of parts option for the Geometry Attributes parameter. A feature with more than one part is a multipart feature.
      Note:

      The tool adds a PNT_COUNT field to the Input Features parameter value.

  2. Use the Multipart to Singlepart tool to convert the features in the reference data to single-part features.
  3. Create the locator using the new reference data.