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