|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebLocation
Provides access to members that describe a location.
| Method Summary | |
|---|---|
IArcWebAddress |
getAddress()
The address or intersection of the place. |
String |
getDescription1()
The scrubbed address (e.g., 380 New York St. |
String |
getDescription2()
The short description of the place (e.g., Redlands). |
IEnvelope |
getEnvelope()
The bounding extent of the place. |
String |
getPlaceType()
A letter indicating the type of place. |
IPoint |
getPoint()
The x,y coordinates and the coordinate system of the place. |
double |
getScore()
A number from 1 to 20 indicating the likelihood of a match to the place, with 1 being the most likely and 20 being the least likely. |
void |
setAddress(IArcWebAddress address)
The address or intersection of the place. |
void |
setDescription1(String pVal)
The scrubbed address (e.g., 380 New York St. |
void |
setDescription2(String pVal)
The short description of the place (e.g., Redlands). |
void |
setEnvelopeByRef(IEnvelope pVal)
The bounding extent of the place. |
void |
setPlaceType(String pVal)
A letter indicating the type of place. |
void |
setPointByRef(IPoint pVal)
The x,y coordinates and the coordinate system of the place. |
void |
setScore(double pVal)
A number from 1 to 20 indicating the likelihood of a match to the place, with 1 being the most likely and 20 being the least likely. |
| Method Detail |
|---|
IArcWebAddress getAddress()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAddress(IArcWebAddress address)
throws IOException,
AutomationException
address - A reference to a com.esri.arcgis.arcweb.IArcWebAddress (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDescription1()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescription1(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDescription2()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescription2(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getEnvelope()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnvelopeByRef(IEnvelope pVal)
throws IOException,
AutomationException
pVal - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPoint getPoint()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPointByRef(IPoint pVal)
throws IOException,
AutomationException
pVal - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getScore()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setScore(double pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPlaceType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPlaceType(String pVal)
throws IOException,
AutomationException
pVal - The pVal (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 | ||||||||