com.esri.arcgis.geodatabase
Interface esriLocatorQuery

All Superinterfaces:
java.io.Serializable

public interface esriLocatorQuery
extends java.io.Serializable

Types for locator query.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Description

An enumeration of locator query types.

Remarks

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

See Also:
ILocatorWorkspace

Field Summary
static int esriAllTypes
           
static int esriLocator
           
static int esriLocatorStyle
           
 

Field Detail

esriLocatorStyle

public static final int esriLocatorStyle
See Also:
Constant Field Values

esriLocator

public static final int esriLocator
See Also:
Constant Field Values

esriAllTypes

public static final int esriAllTypes
See Also:
Constant Field Values