com.esri.arcgis.editor
Interface ISketchOperation2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISketchOperation2Proxy, SketchOperation

public interface ISketchOperation2
extends java.io.Serializable

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

Description: 'Provides access to members that control undo/redo capabilities for edit sketch modifications.' 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 IID223ee90f_0d7d_4844_9f01_a62cb7407897
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void finish(IEnvelope invalEnv, int opType, java.lang.Object data)
          Finishes the operation and puts it into the operation stack.
 void setMenuString(java.lang.String rhs1)
          The text that appears in the undo menu choice.
 void start(IEditor editor)
          Starts the operation, caching the existing sketch.
 

Field Detail

IID223ee90f_0d7d_4844_9f01_a62cb7407897

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

setMenuString

void setMenuString(java.lang.String rhs1)
                   throws java.io.IOException,
                          AutomationException
The text that appears in the undo menu choice.

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

start

void start(IEditor editor)
           throws java.io.IOException,
                  AutomationException
Starts the operation, caching the existing sketch. Call this before modifying the sketch.

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

finish

void finish(IEnvelope invalEnv,
            int opType,
            java.lang.Object data)
            throws java.io.IOException,
                   AutomationException
Finishes the operation and puts it into the operation stack. Call this after the sketch has been modified.

Parameters:
invalEnv - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
opType - A com.esri.arcgis.editor.esriSketchOperationType constant (in)
data - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.