|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBatchGeocoding
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 |
---|
static final int IID3a051259_c1d1_4e8f_bb6f_091f84b170c9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void matchRecordSet(ICursor addressCursor, java.lang.String addressFieldNames, IRecordSetInit outputRecordSet, java.lang.String outputFieldNames, IPropertySet fieldsToCopy, ITrackCancel cancelTracker) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |