com.esri.arcgis.geodatabase
Interface esriLocatorQuery

All Superinterfaces:
Serializable

public interface esriLocatorQuery
extends Serializable

Types for locator query.

Description

An enumeration of locator query types.

Remarks

The esriLocatorQuery enumeration is used when querying a locator workspace for Locators or LocatorNames.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
ILocatorWorkspace.getLocatorNames(int, String), esriLocatorQuery, ILocatorWorkspace.getLocators(int, String)

Field Summary
static int esriAllTypes
          Query for locators and locator styles.
static int esriLocator
          Query for locators.
static int esriLocatorStyle
          Query for locator styles.
 

Field Detail

esriLocatorStyle

static final int esriLocatorStyle
Query for locator styles.

See Also:
Constant Field Values

esriLocator

static final int esriLocator
Query for locators.

See Also:
Constant Field Values

esriAllTypes

static final int esriAllTypes
Query for locators and locator styles.

See Also:
Constant Field Values