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