com.esri.arcgis.display
Interface INewCircleFeedback2

All Superinterfaces:
IDisplayFeedback, INewCircleFeedback, Serializable
All Known Implementing Classes:
NewCircleFeedback

public interface INewCircleFeedback2
extends INewCircleFeedback, Serializable

Interface for a new circle.

Product Availability

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


Method Summary
 ICircularArc getCircle()
          Get the current circle being constructed.
 ISymbol getRadiusLineSymbol()
          Set the symbol for the radius line.
 void setRadiusLineSymbolByRef(ISymbol ppSymbol)
          Set the symbol for the radius line.
 
Methods inherited from interface com.esri.arcgis.display.INewCircleFeedback
start, stop
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef
 

Method Detail

setRadiusLineSymbolByRef

void setRadiusLineSymbolByRef(ISymbol ppSymbol)
                              throws IOException,
                                     AutomationException
Set the symbol for the radius line.

Product Availability

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

Parameters:
ppSymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRadiusLineSymbol

ISymbol getRadiusLineSymbol()
                            throws IOException,
                                   AutomationException
Set the symbol for the radius line.

Product Availability

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

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

getCircle

ICircularArc getCircle()
                       throws IOException,
                              AutomationException
Get the current circle being constructed.

Product Availability

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

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