com.esri.arcgis.location
Interface IReferenceDataIndex

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IReferenceDataIndexEdit
All Known Implementing Classes:
IReferenceDataIndexEditProxy, IReferenceDataIndexProxy, ReferenceDataIndex

public interface IReferenceDataIndex
extends java.io.Serializable

COM Interface 'IReferenceDataIndex'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to members for retrieving the geocoding index.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IIDba6a5d80_10c7_11d4_9f7c_00c04f8ed1c4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void build(java.lang.String configKeyword, ITrackCancel cancelTracker)
          Builds the geocoding index.
 java.lang.String getDisplayName()
          Name for the geocoding index to display in the user interface.
 java.lang.String getName()
          Name of the geocoding index.
 boolean isExists()
          Indicates if the geocoding index exists.
 

Field Detail

IIDba6a5d80_10c7_11d4_9f7c_00c04f8ed1c4

static final int IIDba6a5d80_10c7_11d4_9f7c_00c04f8ed1c4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDisplayName

java.lang.String getDisplayName()
                                throws java.io.IOException,
                                       AutomationException
Name for the geocoding index to display in the user interface.

Returns:
The label
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the geocoding index.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExists

boolean isExists()
                 throws java.io.IOException,
                        AutomationException
Indicates if the geocoding index exists.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

build

void build(java.lang.String configKeyword,
           ITrackCancel cancelTracker)
           throws java.io.IOException,
                  AutomationException
Builds the geocoding index.

Parameters:
configKeyword - The configKeyword (in)
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.