| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INewArcFeedback
Feedback for creating a new circular arc segment.
| Method Summary | |
|---|---|
|  void | abort()Abort the feedback. | 
|  ICircularArc | getArc()The arc as it is currently being drawn. | 
|  double | getRadius()The current radius of the arc. | 
|  void | next(boolean forward)Switch the feedback to the next solution. | 
|  void | setEndpoint(IPoint point)Fix the to point of the arc. | 
|  void | setMidpoint(IPoint point)Fix a midpoint of the arc. | 
|  void | setRadius(double radius)The current radius of the arc. | 
|  void | start(IPoint point)Start the feedback, for an arc with the specified from point. | 
|  void | startTangent(IPoint point,
             ISegment tangent)Start the feedback, fo an ar with the specified from point & tangent direction. | 
|  void | stop(IPoint point,
     ICircularArc[] arc)Stop the feedback, returning the final arc. | 
| Method Detail | 
|---|
void start(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 startTangent(IPoint point,
                  ISegment tangent)
                  throws IOException,
                         AutomationException
point - A reference to a com.esri.arcgis.geometry.IPoint  (in)tangent - A reference to a com.esri.arcgis.geometry.ISegment  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEndpoint(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 setMidpoint(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 next(boolean forward)
          throws IOException,
                 AutomationException
forward - The forward  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getRadius()
                 throws IOException,
                        AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRadius(double radius)
               throws IOException,
                      AutomationException
radius - The radius  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ICircularArc getArc()
                    throws IOException,
                           AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stop(IPoint point,
          ICircularArc[] arc)
          throws IOException,
                 AutomationException
point - A reference to a com.esri.arcgis.geometry.IPoint  (in)arc - A reference to a com.esri.arcgis.geometry.ICircularArc  (out: use single element array)
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 | ||||||||