com.esri.arcgis.display
Interface IMovePointFeedback2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMovePointFeedback2Proxy, MovePointFeedback2

public interface IMovePointFeedback2
extends java.io.Serializable

COM Interface 'IMovePointFeedback2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Moves multiple vertices in a geometry.' 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 IID87e1ddc3_1ee8_482b_86d3_44a37e62acab
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void abort()
          Abort the feedback.
 void selectVertex(int vertex)
          Specify a vertex to move.
 void start(IGeometry geometry, IPoint point)
          Start the feedback.
 IGeometry stop(IPoint point)
          Stop the feedback.
 

Field Detail

IID87e1ddc3_1ee8_482b_86d3_44a37e62acab

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

selectVertex

void selectVertex(int vertex)
                  throws java.io.IOException,
                         AutomationException
Specify a vertex to move.

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

start

void start(IGeometry geometry,
           IPoint point)
           throws java.io.IOException,
                  AutomationException
Start the feedback.

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

stop

IGeometry stop(IPoint point)
               throws java.io.IOException,
                      AutomationException
Stop the feedback.

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

abort

void abort()
           throws java.io.IOException,
                  AutomationException
Abort the feedback.

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