com.esri.arcgis.location
Interface IAddressCandidates

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IAddressCandidates2
All Known Implementing Classes:
AGSAddressLocator, ESRIFDOAddressLocator, ESRIGen2AddressLocator, IAddressCandidates2Proxy, IAddressCandidatesProxy, RSLocator, StreetMapAddressLocator

public interface IAddressCandidates
extends java.io.Serializable

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

Description: 'Provides access to members for generating 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 IID600a5899_ddc1_11d3_9f74_00c04f8ed1c4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray findAddressCandidates(IPropertySet address)
          Generates candidates for an address.
 IFields getCandidateFields()
          Fields contained in a list of candidates.
 

Field Detail

IID600a5899_ddc1_11d3_9f74_00c04f8ed1c4

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

getCandidateFields

IFields getCandidateFields()
                           throws java.io.IOException,
                                  AutomationException
Fields contained in a list of candidates.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findAddressCandidates

IArray findAddressCandidates(IPropertySet address)
                             throws java.io.IOException,
                                    AutomationException
Generates candidates for an address.

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.