|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebLocation
public class ArcWebLocation
A complete description of a place that matches the search criteria.
| Constructor Summary | |
|---|---|
ArcWebLocation(Object obj)
Construct a ArcWebLocation using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
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. |
int |
hashCode()
the hashcode for this object |
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. |
| 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 ArcWebLocation(Object obj)
throws IOException
obj to ArcWebLocation. *
ArcWebLocation o = (ArcWebLocation)obj; // will not work
ArcWebLocation o = new ArcWebLocation(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ArcWebLocation theArcWebLocation = (ArcWebLocation) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IArcWebAddress getAddress()
throws IOException,
AutomationException
getAddress in interface IArcWebLocationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAddress(IArcWebAddress address)
throws IOException,
AutomationException
setAddress in interface IArcWebLocationaddress - A reference to a com.esri.arcgis.arcweb.IArcWebAddress (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription1()
throws IOException,
AutomationException
getDescription1 in interface IArcWebLocationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription1(String pVal)
throws IOException,
AutomationException
setDescription1 in interface IArcWebLocationpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription2()
throws IOException,
AutomationException
getDescription2 in interface IArcWebLocationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription2(String pVal)
throws IOException,
AutomationException
setDescription2 in interface IArcWebLocationpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getEnvelope()
throws IOException,
AutomationException
getEnvelope in interface IArcWebLocationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEnvelopeByRef(IEnvelope pVal)
throws IOException,
AutomationException
setEnvelopeByRef in interface IArcWebLocationpVal - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getPoint()
throws IOException,
AutomationException
getPoint in interface IArcWebLocationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPointByRef(IPoint pVal)
throws IOException,
AutomationException
setPointByRef in interface IArcWebLocationpVal - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getScore()
throws IOException,
AutomationException
getScore in interface IArcWebLocationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setScore(double pVal)
throws IOException,
AutomationException
setScore in interface IArcWebLocationpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPlaceType()
throws IOException,
AutomationException
getPlaceType in interface IArcWebLocationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPlaceType(String pVal)
throws IOException,
AutomationException
setPlaceType in interface IArcWebLocationpVal - 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 | ||||||||