|
|||||||||
| 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.display.IMoveInteractionProxy
public class IMoveInteractionProxy
Provides access to the parameters of the Move Representation Tool.
IMoveInteraction interface is implemented when you use Move tool on the Representations toolbar.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IMoveInteractionProxy()
|
|
IMoveInteractionProxy(Object obj)
|
protected |
IMoveInteractionProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
double |
getMapOffsetX()
Current horizontal offset expressed in map units. |
double |
getMapOffsetY()
Current vertical offset expressed in map units. |
double |
getOffsetX()
Current horizontal offset expressed in points. |
double |
getOffsetY()
Current vertical offset expressed in points. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setMapOffsetX(double mapOffset)
Current horizontal offset expressed in map units. |
void |
setMapOffsetY(double mapOffset)
Current vertical offset expressed in map units. |
void |
setOffsetX(double offset)
Current horizontal offset expressed in points. |
void |
setOffsetY(double mapOffset)
Current vertical offset expressed in points. |
| 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 IMoveInteractionProxy()
public IMoveInteractionProxy(Object obj)
throws IOException
IOException
protected IMoveInteractionProxy(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 setOffsetX(double offset)
throws IOException,
AutomationException
setOffsetX in interface IMoveInteractionoffset - The offset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getOffsetX()
throws IOException,
AutomationException
getOffsetX in interface IMoveInteractionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOffsetY(double mapOffset)
throws IOException,
AutomationException
setOffsetY in interface IMoveInteractionmapOffset - The mapOffset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getOffsetY()
throws IOException,
AutomationException
getOffsetY in interface IMoveInteractionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMapOffsetX(double mapOffset)
throws IOException,
AutomationException
setMapOffsetX in interface IMoveInteractionmapOffset - The mapOffset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMapOffsetX()
throws IOException,
AutomationException
getMapOffsetX in interface IMoveInteractionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMapOffsetY(double mapOffset)
throws IOException,
AutomationException
setMapOffsetY in interface IMoveInteractionmapOffset - The mapOffset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMapOffsetY()
throws IOException,
AutomationException
getMapOffsetY in interface IMoveInteractionIOException - 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 | ||||||||