|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.arcweb.IArcWebLocationProxy
public class IArcWebLocationProxy
Provides access to members that describe a location.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
IArcWebLocationProxy()
|
|
IArcWebLocationProxy(Object obj)
|
protected |
IArcWebLocationProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
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. |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IArcWebLocationProxy()
public IArcWebLocationProxy(Object obj)
throws IOException
IOException
protected IArcWebLocationProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
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.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||