com.esri.arcgis.display
Interface INewCircleFeedback

All Superinterfaces:
IDisplayFeedback, java.io.Serializable
All Known Implementing Classes:
INewCircleFeedbackProxy, NewCircleFeedback

public interface INewCircleFeedback
extends IDisplayFeedback, java.io.Serializable

Provides access to members that control the new circle feedback object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Method Summary
 void start(IPoint point)
          Begins a circular feedback at the given point.
 ICircularArc stop()
          Stops the feedback and returns the circle.
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef
 

Method Detail

start

public void start(IPoint point)
           throws java.io.IOException,
                  AutomationException
Begins a circular feedback at the given point.

Supported Platforms

Windows, Solaris, Linux

Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stop

public ICircularArc stop()
                  throws java.io.IOException,
                         AutomationException
Stops the feedback and returns the circle.

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geometry.ICircularArc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.