|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebAddressFinderInfo
public class ArcWebAddressFinderInfo
The information describing an ArcWebAddressFinder.
Output from Address Finder GetDataSourceInfo method. Contains requested information about a geocoding data source, including the countries supported, if teh datasource supports extended postal codes, partial addresses, reverse geocoding and snaptypes.
| Constructor Summary | |
|---|---|
ArcWebAddressFinderInfo(Object obj)
Construct a ArcWebAddressFinderInfo using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IEnumArcWebCountry |
getCountries()
An enumerator of countries supported by the data source. |
String |
getDataSource()
The name of the data source used for geocoding. |
int |
hashCode()
the hashcode for this object |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public ArcWebAddressFinderInfo(Object obj)
throws IOException
obj to ArcWebAddressFinderInfo. *
ArcWebAddressFinderInfo o = (ArcWebAddressFinderInfo)obj; // will not work
ArcWebAddressFinderInfo o = new ArcWebAddressFinderInfo(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ArcWebAddressFinderInfo theArcWebAddressFinderInfo = (ArcWebAddressFinderInfo) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getDataSource()
throws IOException,
AutomationException
getDataSource in interface IArcWebAddressFinderInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExtendedPostalCode()
throws IOException,
AutomationException
isExtendedPostalCode in interface IArcWebAddressFinderInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPartialAddress()
throws IOException,
AutomationException
isPartialAddress in interface IArcWebAddressFinderInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReverseGeocode()
throws IOException,
AutomationException
isReverseGeocode in interface IArcWebAddressFinderInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumArcWebCountry getCountries()
throws IOException,
AutomationException
getCountries in interface IArcWebAddressFinderInfoIOException - 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 | ||||||||