com.esri.arcgis.schematic
Interface ISchematicAlgoRadialTree

All Superinterfaces:
ISchematicAlgorithm, java.io.Serializable
All Known Implementing Classes:
ISchematicAlgoRadialTreeProxy, SchematicAlgoRadialTree

public interface ISchematicAlgoRadialTree
extends ISchematicAlgorithm, java.io.Serializable

COM Interface 'ISchematicAlgoRadialTree'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the Radial Tree schematic algorithm.' 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 IIDb4f4b0fd_037d_4f47_9b42_a28e05fb4e90
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
IIDbef20014_837c_4387_83ba_8523b7897a36
 
Method Summary
 double getInitialRadius()
          Radius of the first concentric circle which center is the Radial Tree root node.
 double getRadiusFactor()
          Multiplicative factor used to increase or decrease the radius of each concentric circle corresponding to a hierarchical level.
 boolean isAbsoluteParameters()
          Indicates if the values set for the Initial radius must be interpreted as absolute units.
 void setAbsoluteParameters(boolean pVal)
          Indicates if the values set for the Initial radius must be interpreted as absolute units.
 void setInitialRadius(double pVal)
          Radius of the first concentric circle which center is the Radial Tree root node.
 void setRadiusFactor(double pVal)
          Multiplicative factor used to increase or decrease the radius of each concentric circle corresponding to a hierarchical level.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef
 

Field Detail

IIDb4f4b0fd_037d_4f47_9b42_a28e05fb4e90

static final int IIDb4f4b0fd_037d_4f47_9b42_a28e05fb4e90
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

getRadiusFactor

double getRadiusFactor()
                       throws java.io.IOException,
                              AutomationException
Multiplicative factor used to increase or decrease the radius of each concentric circle corresponding to a hierarchical level.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRadiusFactor

void setRadiusFactor(double pVal)
                     throws java.io.IOException,
                            AutomationException
Multiplicative factor used to increase or decrease the radius of each concentric circle corresponding to a hierarchical level.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInitialRadius

double getInitialRadius()
                        throws java.io.IOException,
                               AutomationException
Radius of the first concentric circle which center is the Radial Tree root node.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInitialRadius

void setInitialRadius(double pVal)
                      throws java.io.IOException,
                             AutomationException
Radius of the first concentric circle which center is the Radial Tree root node.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAbsoluteParameters

boolean isAbsoluteParameters()
                             throws java.io.IOException,
                                    AutomationException
Indicates if the values set for the Initial radius must be interpreted as absolute units.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAbsoluteParameters

void setAbsoluteParameters(boolean pVal)
                           throws java.io.IOException,
                                  AutomationException
Indicates if the values set for the Initial radius must be interpreted as absolute units.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.