com.esri.arcgis.location
Interface IGeocodingIndexCompute

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeocodingIndexClassExtension, IGeocodingIndexComputeProxy

public interface IGeocodingIndexCompute
extends java.io.Serializable

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

Description: 'Provides access to members that calculate geocoding index values.' 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 IID6dd91390_d42c_11d3_9f71_00c04f8ed1c4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void computeIndexRow(IObject sourceRow, IObject indexRow)
          Generates the index row values for a reference data row.
 

Field Detail

IID6dd91390_d42c_11d3_9f71_00c04f8ed1c4

static final int IID6dd91390_d42c_11d3_9f71_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

computeIndexRow

void computeIndexRow(IObject sourceRow,
                     IObject indexRow)
                     throws java.io.IOException,
                            AutomationException
Generates the index row values for a reference data row.

Parameters:
sourceRow - A reference to a com.esri.arcgis.geodatabase.IObject (in)
indexRow - A reference to a com.esri.arcgis.geodatabase.IObject (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.