|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebAddress
Provides access to members that define an address.
| Method Summary | |
|---|---|
String |
getCity()
The city name. |
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. |
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. |
| Method Detail |
|---|
String getCity()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCity(String city)
throws IOException,
AutomationException
city - The city (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCountry()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCountry(int countryCode)
throws IOException,
AutomationException
countryCode - A com.esri.arcgis.arcweb.esriArcWebCountry constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getHouseNumber()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHouseNumber(String houseNumber)
throws IOException,
AutomationException
houseNumber - The houseNumber (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getIntersection()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIntersection(String intersection)
throws IOException,
AutomationException
intersection - The intersection (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getStateProvince()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStateProvince(String stateProvince)
throws IOException,
AutomationException
stateProvince - The stateProvince (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPostalCode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPostalCode(String postalCode)
throws IOException,
AutomationException
postalCode - The postalCode (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getStreet()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStreet(String street)
throws IOException,
AutomationException
street - 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 | ||||||||