|
|||||||||
| 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.systemUI.IOperationProxy
com.esri.arcgis.carto.IRotateOperationProxy
public class IRotateOperationProxy
Provides access to members that control the Rotate Operation.
IRotateOperation inherits from IOperation and allows you to stack a rotation applying to the dataframe in the undo stacks. Use this interface to set all the parameters for the rotation operation before performing the operation using IOperationStack.
Name is the name of the operation as it will appear as Undo in the menu.
ActiveView is the view that will be rotated, usually the focus map.
The PreviousRotation can be read from IDisplayTransformation::Rotation. The display transformation of the active view can be accessed via IActiveView::ScreenDisplay.
Rotation is the new rotation you want to apply to the dataframe.
Refresh is a boolean specify if the view will be refreshed after the operation is performed.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
IRotateOperationProxy()
|
|
IRotateOperationProxy(Object obj)
|
protected |
IRotateOperationProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
setActiveView(IActiveView rhs1)
The view that is being Rotated. |
void |
setName(String rhs1)
The name of this operation, i.e., description of the kind of Rotate. |
void |
setPreviousRotation(double rhs1)
The previous rotation. |
void |
setRefresh(boolean rhs1)
Indicates if refresh happens. |
void |
setRotation(double rhs1)
The new rotation. |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.systemUI.IOperationProxy |
|---|
esri_do, getMenuString, isCanRedo, isCanUndo, redo, undo |
| 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 |
| Methods inherited from interface com.esri.arcgis.systemUI.IOperation |
|---|
esri_do, getMenuString, isCanRedo, isCanUndo, redo, undo |
| Constructor Detail |
|---|
public IRotateOperationProxy()
public IRotateOperationProxy(Object obj)
throws IOException
IOException
protected IRotateOperationProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class IOperationProxyIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class IOperationProxyIOException
public void setName(String rhs1)
throws IOException,
AutomationException
setName in interface IRotateOperationrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActiveView(IActiveView rhs1)
throws IOException,
AutomationException
setActiveView in interface IRotateOperationrhs1 - A reference to a com.esri.arcgis.carto.IActiveView (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPreviousRotation(double rhs1)
throws IOException,
AutomationException
setPreviousRotation in interface IRotateOperationrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRotation(double rhs1)
throws IOException,
AutomationException
setRotation in interface IRotateOperationrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRefresh(boolean rhs1)
throws IOException,
AutomationException
setRefresh in interface IRotateOperationrhs1 - The rhs1 (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 | ||||||||