|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAddressGeocoding
COM Interface 'IAddressGeocoding'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description: 'Provides access to members for geocoding addresses.' 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 |
IID600a589a_ddc1_11d3_9f74_00c04f8ed1c4
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IFields |
getMatchFields()
Fields contained in the geocoding result. |
IPropertySet |
matchAddress(IPropertySet address)
Geocodes a single address. |
void |
matchTable(ITable addressTable,
java.lang.String addressFieldNames,
java.lang.String whereClause,
IFeatureClass outputFeatureClass,
java.lang.String outputFieldNames,
IPropertySet fieldsToCopy,
ITrackCancel cancelTracker)
Geocodes a table of addresses. |
void |
validate()
Checks that the locator properties and locator dataset are present and valid. |
| Field Detail |
|---|
static final int IID600a589a_ddc1_11d3_9f74_00c04f8ed1c4
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IFields getMatchFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet matchAddress(IPropertySet address)
throws java.io.IOException,
AutomationException
address - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void matchTable(ITable addressTable,
java.lang.String addressFieldNames,
java.lang.String whereClause,
IFeatureClass outputFeatureClass,
java.lang.String outputFieldNames,
IPropertySet fieldsToCopy,
ITrackCancel cancelTracker)
throws java.io.IOException,
AutomationException
addressTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)addressFieldNames - The addressFieldNames (in)whereClause - The whereClause (in)outputFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (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.
void validate()
throws java.io.IOException,
AutomationException
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 | ||||||||