com.esri.arcgis.display
Interface IReshapeFeedback2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IReshapeFeedback2Proxy, ReshapeFeedback2

public interface IReshapeFeedback2
extends java.io.Serializable

COM Interface 'IReshapeFeedback2'. 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 IID163278cf_4c0e_4645_b8a5_8342b7fc900c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void abort()
          Abort the feedback.
 void selectVertex(int part, int vertex)
          Specify a vertex to move.
 void start(IGeometry geometry, IPoint point, boolean stretch)
          Start the feedback.
 IGeometry stop(IPoint point)
          Stop the feedback.
 

Field Detail

IID163278cf_4c0e_4645_b8a5_8342b7fc900c

static final int IID163278cf_4c0e_4645_b8a5_8342b7fc900c
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 part,
                  int vertex)
                  throws java.io.IOException,
                         AutomationException
Specify a vertex to move.

Parameters:
part - The part (in)
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,
           boolean stretch)
           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)
stretch - The stretch (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.