com.esri.arcgis.controls
Interface IEngineEditTask

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEngineEditTaskProxy

public interface IEngineEditTask
extends java.io.Serializable

COM Interface 'IEngineEditTask'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to a task that receives notification when the sketch is complete.' 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 IID6d8dd859_405a_4326_be2c_be732a04c756
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void activate(IEngineEditor editor, IEngineEditTask oldTask)
          Notifies the task that the edit sketch is activated.
 void deactivate()
          Notifies the task that the edit sketch is deactivated.
 java.lang.String getGroupName()
          The group into which the edit task is placed.
 java.lang.String getName()
          The name of the edit task.
 java.lang.String getUniqueName()
          The unique name of the edit task.
 void onDeleteSketch()
          Notifies the task that the edit sketch has been deleted.
 void onFinishSketch()
          Notifies the task that the edit sketch is complete.
 

Field Detail

IID6d8dd859_405a_4326_be2c_be732a04c756

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the edit task.

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

getUniqueName

java.lang.String getUniqueName()
                               throws java.io.IOException,
                                      AutomationException
The unique name of the edit task.

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

getGroupName

java.lang.String getGroupName()
                              throws java.io.IOException,
                                     AutomationException
The group into which the edit task is placed.

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

activate

void activate(IEngineEditor editor,
              IEngineEditTask oldTask)
              throws java.io.IOException,
                     AutomationException
Notifies the task that the edit sketch is activated.

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

deactivate

void deactivate()
                throws java.io.IOException,
                       AutomationException
Notifies the task that the edit sketch is deactivated.

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

onFinishSketch

void onFinishSketch()
                    throws java.io.IOException,
                           AutomationException
Notifies the task that the edit sketch is complete.

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

onDeleteSketch

void onDeleteSketch()
                    throws java.io.IOException,
                           AutomationException
Notifies the task that the edit sketch has been deleted.

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