com.esri.arcgis.location
Interface IAddressCandidates2

All Superinterfaces:
IAddressCandidates, java.io.Serializable
All Known Implementing Classes:
ESRIGen2AddressLocator, IAddressCandidates2Proxy, RSLocator

public interface IAddressCandidates2
extends IAddressCandidates, java.io.Serializable

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

Description: 'Provides access to members for generating matching candidates for an address.' 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 IIDe62c17a3_595a_4a07_b862_a870aba99a98
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.IAddressCandidates
IID600a5899_ddc1_11d3_9f74_00c04f8ed1c4
 
Method Summary
 IArray findMatchingAddressCandidates(IPropertySet address)
          Generates candidates for an address, including only matching ones.
 
Methods inherited from interface com.esri.arcgis.location.IAddressCandidates
findAddressCandidates, getCandidateFields
 

Field Detail

IIDe62c17a3_595a_4a07_b862_a870aba99a98

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

findMatchingAddressCandidates

IArray findMatchingAddressCandidates(IPropertySet address)
                                     throws java.io.IOException,
                                            AutomationException
Generates candidates for an address, including only matching ones.

Parameters:
address - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.