com.esri.arcgis.display
Interface INewCircleFeedback2

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

public interface INewCircleFeedback2
extends INewCircleFeedback, java.io.Serializable

COM Interface 'INewCircleFeedback2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Interface for a new circle.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID739d687c_bc51_44e8_8330_20594cf5e46f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.INewCircleFeedback
IIDb6f4b6cb_b455_487c_84d0_6f9e2726ba20
 
Fields inherited from interface com.esri.arcgis.display.IDisplayFeedback
IIDd2c13e55_4bea_11d1_b6cc_080009b996cc
 
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
 

Field Detail

IID739d687c_bc51_44e8_8330_20594cf5e46f

static final int IID739d687c_bc51_44e8_8330_20594cf5e46f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setRadiusLineSymbolByRef

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

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

getRadiusLineSymbol

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

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

getCircle

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

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.