|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReshapeFeedback2
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 |
---|
static final int IID163278cf_4c0e_4645_b8a5_8342b7fc900c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void selectVertex(int part, int vertex) throws java.io.IOException, AutomationException
part
- The part (in)vertex
- The vertex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void start(IGeometry geometry, IPoint point, boolean stretch) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry stop(IPoint point) throws java.io.IOException, AutomationException
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void abort() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |