com.esri.arcgis.location
Interface IAdvancedGeocoding2

All Superinterfaces:
IAddressGeocoding, IAdvancedGeocoding, java.io.Serializable
All Known Implementing Classes:
CompositeLocator, ESRIFDOAddressLocator, IAdvancedGeocoding2Proxy, StreetMapAddressLocator

public interface IAdvancedGeocoding2
extends IAdvancedGeocoding, java.io.Serializable

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

Description: 'Provides access to members for advanced 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 IID79d7d550_9268_4b98_b147_fa5dfb3869d5
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.IAdvancedGeocoding
IIDe0f10b74_eb7c_11d2_9f47_00c04f8ed1c4
 
Fields inherited from interface com.esri.arcgis.location.IAddressGeocoding
IID600a589a_ddc1_11d3_9f74_00c04f8ed1c4
 
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.
 
Methods inherited from interface com.esri.arcgis.location.IAdvancedGeocoding
findStandardizedAddressCandidates, getStandardizeFields, matchStandardizedAddress, rematchTable, standardizeAddress
 
Methods inherited from interface com.esri.arcgis.location.IAddressGeocoding
getMatchFields, matchAddress, matchTable, validate
 

Field Detail

IID79d7d550_9268_4b98_b147_fa5dfb3869d5

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

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.