|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebAddressFinderInfo
Provides access to members that contain information about a geocoding data source.
| Method Summary | |
|---|---|
IEnumArcWebCountry |
getCountries()
An enumerator of countries supported by the data source. |
String |
getDataSource()
The name of the data source used for geocoding. |
boolean |
isExtendedPostalCode()
Indicates if extended postal codes (for example, zip + 4) are supported by the data source. |
boolean |
isPartialAddress()
Indicates if partial addresses are supported by the data source. |
boolean |
isReverseGeocode()
Indicates if reverse geocoding is supported by the data source. |
| Method Detail |
|---|
String getDataSource()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isExtendedPostalCode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPartialAddress()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReverseGeocode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumArcWebCountry getCountries()
throws IOException,
AutomationException
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 | ||||||||