|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebAddressFinder
Provides access to members that support address finding using both geocoding and reverse geocoding.
| Method Summary | |
|---|---|
IArcWebAddress |
findAddressByPoint(IPoint point,
IArcWebAddressFinderOptions addressFinderOptions,
ITrackCancel cancelTracker)
Returns an address for an x,y coordinate. |
IArcWebLocationInfo |
findLocationByAddress(IArcWebAddress arcWebAddress,
IArcWebAddressFinderOptions addressFinderOptions,
ITrackCancel cancelTracker)
Returns location information related to a specific address. |
IArcWebLocationInfo |
findLocationByIPAddress(String iPAddress,
IArcWebAddressFinderOptions addressFinderOptions,
ITrackCancel cancelTracker)
Returns location information for an IP address. |
IArcWebLocationInfo |
findLocationByPhoneNumber(String phoneNumber,
IArcWebAddressFinderOptions addressFinderOptions,
ITrackCancel cancelTracker)
Returns location information for a phone number. |
IEnumArcWebLocationInfo |
findLocationsByAddress(ITable addressTable,
IArcWebAddressFinderMapping fieldMapping,
IArcWebAddressFinderOptions addressFinderOptions,
ITrackCancel cancelTracker)
Returns location information related to several addresses. |
IEnumArcWebAddressFinderInfo |
getDataSourceInfo(IEnumArcWebDataSourceInfo dataSourceInfo,
ITrackCancel cancelTracker)
Gets information about geocoding data sources. |
IEnumArcWebDataSourceInfo |
getSupportedDataSources(ITrackCancel pCancelTracker)
Gets the data sources information that can support this service. |
| Method Detail |
|---|
IEnumArcWebAddressFinderInfo getDataSourceInfo(IEnumArcWebDataSourceInfo dataSourceInfo,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
dataSourceInfo - A reference to a com.esri.arcgis.arcweb.IEnumArcWebDataSourceInfo (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebLocationInfo findLocationByAddress(IArcWebAddress arcWebAddress,
IArcWebAddressFinderOptions addressFinderOptions,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
arcWebAddress - A reference to a com.esri.arcgis.arcweb.IArcWebAddress (in)addressFinderOptions - A reference to a com.esri.arcgis.arcweb.IArcWebAddressFinderOptions (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumArcWebLocationInfo findLocationsByAddress(ITable addressTable,
IArcWebAddressFinderMapping fieldMapping,
IArcWebAddressFinderOptions addressFinderOptions,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
addressTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)fieldMapping - A reference to a com.esri.arcgis.arcweb.IArcWebAddressFinderMapping (in)addressFinderOptions - A reference to a com.esri.arcgis.arcweb.IArcWebAddressFinderOptions (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebAddress findAddressByPoint(IPoint point,
IArcWebAddressFinderOptions addressFinderOptions,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
point - A reference to a com.esri.arcgis.geometry.IPoint (in)addressFinderOptions - A reference to a com.esri.arcgis.arcweb.IArcWebAddressFinderOptions (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebLocationInfo findLocationByPhoneNumber(String phoneNumber,
IArcWebAddressFinderOptions addressFinderOptions,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
phoneNumber - The phoneNumber (in)addressFinderOptions - A reference to a com.esri.arcgis.arcweb.IArcWebAddressFinderOptions (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebLocationInfo findLocationByIPAddress(String iPAddress,
IArcWebAddressFinderOptions addressFinderOptions,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
iPAddress - The iPAddress (in)addressFinderOptions - A reference to a com.esri.arcgis.arcweb.IArcWebAddressFinderOptions (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumArcWebDataSourceInfo getSupportedDataSources(ITrackCancel pCancelTracker)
throws IOException,
AutomationException
pCancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
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 | ||||||||