|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModifySegmentFeedback
Feedback for Moving either the from or two point of a segment.
Method Summary | |
---|---|
void |
abort()
Abort the modify segment feedback. |
void |
start(ISegment segment,
boolean atFrom,
IPoint point)
Start the modify segment feedback. |
ISegment |
stop(IPoint point)
Stop the modify segment feedback. |
Method Detail |
---|
void start(ISegment segment, boolean atFrom, IPoint point) throws IOException, AutomationException
segment
- A reference to a com.esri.arcgis.geometry.ISegment (in)atFrom
- The atFrom (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.ISegment 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 |