com.esri.arcgis.carto
Interface IRotateOperation

All Superinterfaces:
IOperation, java.io.Serializable
All Known Implementing Classes:
IRotateOperationProxy, RotateOperation

public interface IRotateOperation
extends IOperation, java.io.Serializable

COM Interface 'IRotateOperation'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the Rotate Operation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc6431185_806c_11d1_8723_0000f8751720
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.systemUI.IOperation
IID80a807ab_7bb9_11d0_87ec_080009ec732a
 
Method Summary
 void setActiveView(IActiveView rhs1)
          The view that is being Rotated.
 void setName(java.lang.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.
 
Methods inherited from interface com.esri.arcgis.systemUI.IOperation
esri_do, getMenuString, isCanRedo, isCanUndo, redo, undo
 

Field Detail

IIDc6431185_806c_11d1_8723_0000f8751720

static final int IIDc6431185_806c_11d1_8723_0000f8751720
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setName

void setName(java.lang.String rhs1)
             throws java.io.IOException,
                    AutomationException
The name of this operation, i.e., description of the kind of Rotate.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActiveView

void setActiveView(IActiveView rhs1)
                   throws java.io.IOException,
                          AutomationException
The view that is being Rotated.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IActiveView (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPreviousRotation

void setPreviousRotation(double rhs1)
                         throws java.io.IOException,
                                AutomationException
The previous rotation.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRotation

void setRotation(double rhs1)
                 throws java.io.IOException,
                        AutomationException
The new rotation.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRefresh

void setRefresh(boolean rhs1)
                throws java.io.IOException,
                       AutomationException
Indicates if refresh happens.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.