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 =
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
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.