com.esri.arcgis.geodatabase
Interface esriLocatorQuery

All Superinterfaces:
java.io.Serializable

public interface esriLocatorQuery
extends java.io.Serializable

Constants from esriLocatorQuery' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Types for locator query.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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