com.esri.arcgis.editor
Interface IEditor2

All Superinterfaces:
IEditor, java.io.Serializable
All Known Subinterfaces:
IEditor3
All Known Implementing Classes:
Editor, IEditor2Proxy, IEditor3Proxy

public interface IEditor2
extends IEditor, java.io.Serializable

COM Interface 'IEditor2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to methods that extend the IEditor interface. The additional members control the behavior of the auxiliary selection anchor.' 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 IID7fa2aabd_a885_4f52_b538_969e8b464cbc
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.editor.IEditor
IID2866e6b0_c00b_11d0_802b_0000f8037368
 
Method Summary
 IAnchorPoint getAuxiliarySelectionAnchor()
          The auxiliary selection anchor.
 boolean isAuxiliarySelectionAnchorEnabled()
          Indicates whether the selection anchor is drawn.
 void resetAuxiliarySelectionAnchorLocation()
          Places the auxiliary selection anchor near the main anchor.
 void setAuxiliarySelectionAnchorEnabled(boolean auxSelAnchorEnabled)
          Indicates whether the selection anchor is drawn.
 
Methods inherited from interface com.esri.arcgis.editor.IEditor
abortOperation, createSearchShape, delayEvents, enableUndoRedo, findExtension, getCurrentTask, getDisplay, getEditSelection, getEditState, getEditWorkspace, getLocation, getMap, getParent, getScratchWorkspace, getSelectionAnchor, getSelectionCount, getTask, getTaskCount, hasEdits, invertAgent, redoOperation, searchSelection, setCurrentTaskByRef, startEditing, startOperation, stopEditing, stopOperation, undoOperation
 

Field Detail

IID7fa2aabd_a885_4f52_b538_969e8b464cbc

static final int IID7fa2aabd_a885_4f52_b538_969e8b464cbc
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

getAuxiliarySelectionAnchor

IAnchorPoint getAuxiliarySelectionAnchor()
                                         throws java.io.IOException,
                                                AutomationException
The auxiliary selection anchor.

Returns:
A reference to a com.esri.arcgis.display.IAnchorPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAuxiliarySelectionAnchorEnabled

boolean isAuxiliarySelectionAnchorEnabled()
                                          throws java.io.IOException,
                                                 AutomationException
Indicates whether the selection anchor is drawn.

Returns:
The auxSelAnchorEnabled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAuxiliarySelectionAnchorEnabled

void setAuxiliarySelectionAnchorEnabled(boolean auxSelAnchorEnabled)
                                        throws java.io.IOException,
                                               AutomationException
Indicates whether the selection anchor is drawn.

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

resetAuxiliarySelectionAnchorLocation

void resetAuxiliarySelectionAnchorLocation()
                                           throws java.io.IOException,
                                                  AutomationException
Places the auxiliary selection anchor near the main anchor.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.