com.esri.arcgis.location
Interface IBatchGeocoding

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGSAddressLocator, ESRIGen2AddressLocator, IBatchGeocodingProxy

public interface IBatchGeocoding
extends java.io.Serializable

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

Description: 'Provides access to members for batch geocoding functions.' 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 IID3a051259_c1d1_4e8f_bb6f_091f84b170c9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void matchRecordSet(ICursor addressCursor, java.lang.String addressFieldNames, IRecordSetInit outputRecordSet, java.lang.String outputFieldNames, IPropertySet fieldsToCopy, ITrackCancel cancelTracker)
          Geocodes a cursor of addresses to a RecordSet.
 void rematchTable(ITable pInputTable, java.lang.String inputFieldNames, java.lang.String inputJoinFieldName, IFeatureClass resultTable, java.lang.String outputFieldNames, java.lang.String outputJoinFieldName, java.lang.String whereClause, ITrackCancel cancelTracker)
          Rematches a geocoded feature class or shapefile.
 

Field Detail

IID3a051259_c1d1_4e8f_bb6f_091f84b170c9

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

rematchTable

void rematchTable(ITable pInputTable,
                  java.lang.String inputFieldNames,
                  java.lang.String inputJoinFieldName,
                  IFeatureClass resultTable,
                  java.lang.String outputFieldNames,
                  java.lang.String outputJoinFieldName,
                  java.lang.String whereClause,
                  ITrackCancel cancelTracker)
                  throws java.io.IOException,
                         AutomationException
Rematches a geocoded feature class or shapefile.

Parameters:
pInputTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
inputFieldNames - The inputFieldNames (in)
inputJoinFieldName - The inputJoinFieldName (in)
resultTable - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
outputFieldNames - The outputFieldNames (in)
outputJoinFieldName - The outputJoinFieldName (in)
whereClause - The whereClause (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.

matchRecordSet

void matchRecordSet(ICursor addressCursor,
                    java.lang.String addressFieldNames,
                    IRecordSetInit outputRecordSet,
                    java.lang.String outputFieldNames,
                    IPropertySet fieldsToCopy,
                    ITrackCancel cancelTracker)
                    throws java.io.IOException,
                           AutomationException
Geocodes a cursor of addresses to a RecordSet.

Parameters:
addressCursor - A reference to a com.esri.arcgis.geodatabase.ICursor (in)
addressFieldNames - The addressFieldNames (in)
outputRecordSet - A reference to a com.esri.arcgis.geodatabase.IRecordSetInit (in)
outputFieldNames - The outputFieldNames (in)
fieldsToCopy - A reference to a com.esri.arcgis.system.IPropertySet (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.