|
|||||||||
| 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.carto.IRasterIdentifyObjProxy
public class IRasterIdentifyObjProxy
Provides access to members that identify an object in the raster layer.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IRasterIdentifyObjProxy()
|
|
IRasterIdentifyObjProxy(Object obj)
|
protected |
IRasterIdentifyObjProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IPoint |
getLocation()
Identified location. |
String |
getMapTip()
Property value. |
String |
getName()
Property name. |
void |
insertPropAndValue(String property,
String value)
Inserts a property name and value pair to the RasterIdentifyObj. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setLocationByRef(IPoint pPoint)
Identified location. |
void |
setMapTip(String bMapTip)
Property value. |
void |
setName(String bName)
Property name. |
| 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, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IRasterIdentifyObjProxy()
public IRasterIdentifyObjProxy(Object obj)
throws IOException
IOException
protected IRasterIdentifyObjProxy(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 void insertPropAndValue(String property,
String value)
throws IOException,
AutomationException
insertPropAndValue in interface IRasterIdentifyObjproperty - The property (in)value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName()
throws IOException,
AutomationException
getName in interface IRasterIdentifyObjIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String bName)
throws IOException,
AutomationException
setName in interface IRasterIdentifyObjbName - The bName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getMapTip()
throws IOException,
AutomationException
getMapTip in interface IRasterIdentifyObjIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMapTip(String bMapTip)
throws IOException,
AutomationException
setMapTip in interface IRasterIdentifyObjbMapTip - The bMapTip (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getLocation()
throws IOException,
AutomationException
getLocation in interface IRasterIdentifyObjIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLocationByRef(IPoint pPoint)
throws IOException,
AutomationException
setLocationByRef in interface IRasterIdentifyObjpPoint - A reference to a com.esri.arcgis.geometry.IPoint (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 | ||||||||