com.esri.arcgis.location
Interface IGeocodingIndexCompute

All Superinterfaces:
Serializable
All Known Implementing Classes:
GeocodingIndexClassExtension

public interface IGeocodingIndexCompute
extends Serializable

Provides access to members that calculate geocoding index values.

Remarks

This interface is deprecated.

When To Use

Use the IGeocodingIndexCompute interface to automatically maintain a geocoding index Table. In general, you don't need to use this interface, unless you have created your own object class extension for geocoding indexes.

Product Availability

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

See Also:
GeocodingIndexObject, GeocodingIndexClassExtension, ReferenceDataIndex, IReferenceDataTable.getGeocodingIndexes(), IReferenceDataFieldEdit, ReferenceDataFieldsEnumerator, ReferenceDataTableEnumerator, IGeocodingIndexCompute, IReferenceDataField, IReferenceDataTableEdit, ESRIFDOAddressLocator, IReferenceDataFile.getPathName(), StreetMapAddressLocator, IEnumReferenceDataField, IReferenceDataFile, IReferenceDataTable, IReferenceDataTables, IReferenceDataTables.getTables(), ReferenceDataField, IReferenceDataFile.getFilters(), IEnumReferenceDataTable, IReferenceDataIndex, ReferenceDataTable, IReferenceDataIndexEdit, IAddressGeocoding.validate(), ReferenceDataIndexEnumerator, IEnumReferenceDataIndex

Method Summary
 void computeIndexRow(IObject sourceRow, IObject indexRow)
          Generates the index row values for a reference data row.
 

Method Detail

computeIndexRow

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

Remarks

This method is deprecated.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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