|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebAddress
public class ArcWebAddress
A definition of the address.
ArcWebAddress is used to hold the descriptive properties of an address such as the Street and PostalCode. It can be used as either an input to an operation like ArcWebAddressFinder.FindLocationByAddress, or as a result from an operation like ArcWebAddressFinder.FindAddressByLocation.
| Constructor Summary | |
|---|---|
ArcWebAddress()
Constructs a ArcWebAddress using ArcGIS Engine. |
|
ArcWebAddress(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebAddress theArcWebAddress = (ArcWebAddress) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getCity()
The city name. |
static String |
getClsid()
getClsid. |
int |
getCountry()
The country name. |
String |
getHouseNumber()
The house number. |
String |
getIntersection()
The street intersection name. |
String |
getPostalCode()
The zip or postal code. |
String |
getStateProvince()
The state or province name. |
String |
getStreet()
The street name. |
int |
hashCode()
the hashcode for this object |
void |
setCity(String city)
The city name. |
void |
setCountry(int countryCode)
The country name. |
void |
setHouseNumber(String houseNumber)
The house number. |
void |
setIntersection(String intersection)
The street intersection name. |
void |
setPostalCode(String postalCode)
The zip or postal code. |
void |
setStateProvince(String stateProvince)
The state or province name. |
void |
setStreet(String street)
The street name. |
| 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 ArcWebAddress()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebAddress(Object obj)
throws IOException
ArcWebAddress theArcWebAddress = (ArcWebAddress) obj;
obj to ArcWebAddress.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getCity()
throws IOException,
AutomationException
getCity in interface IArcWebAddressIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCity(String city)
throws IOException,
AutomationException
setCity in interface IArcWebAddresscity - The city (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCountry()
throws IOException,
AutomationException
getCountry in interface IArcWebAddressIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCountry(int countryCode)
throws IOException,
AutomationException
setCountry in interface IArcWebAddresscountryCode - A com.esri.arcgis.arcweb.esriArcWebCountry constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getHouseNumber()
throws IOException,
AutomationException
getHouseNumber in interface IArcWebAddressIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHouseNumber(String houseNumber)
throws IOException,
AutomationException
setHouseNumber in interface IArcWebAddresshouseNumber - The houseNumber (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getIntersection()
throws IOException,
AutomationException
getIntersection in interface IArcWebAddressIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIntersection(String intersection)
throws IOException,
AutomationException
setIntersection in interface IArcWebAddressintersection - The intersection (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getStateProvince()
throws IOException,
AutomationException
getStateProvince in interface IArcWebAddressIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStateProvince(String stateProvince)
throws IOException,
AutomationException
setStateProvince in interface IArcWebAddressstateProvince - The stateProvince (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPostalCode()
throws IOException,
AutomationException
getPostalCode in interface IArcWebAddressIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPostalCode(String postalCode)
throws IOException,
AutomationException
setPostalCode in interface IArcWebAddresspostalCode - The postalCode (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getStreet()
throws IOException,
AutomationException
getStreet in interface IArcWebAddressIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStreet(String street)
throws IOException,
AutomationException
setStreet in interface IArcWebAddressstreet - The street (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 | ||||||||