com.esri.arcgis.schematic
Interface ISchematicAlgoForceDirected

All Superinterfaces:
ISchematicAlgorithm, java.io.Serializable
All Known Implementing Classes:
ISchematicAlgoForceDirectedProxy, SchematicAlgoForceDirected

public interface ISchematicAlgoForceDirected
extends ISchematicAlgorithm, java.io.Serializable

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

Description: 'Provides access to members that control the Force Directed 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 IIDb9e17264_21ac_4e55_8aad_911016aa5992
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
IIDbef20014_837c_4387_83ba_8523b7897a36
 
Method Summary
 int getDegreeOfFreedom()
          Parameter value used to limit the area used to move the schematic nodes during each algorithm's iteration.
 int getNumberOfIterations()
          Number of Force Directed schematic algorithm iterations executed before the final result is shown.
 double getRepelFactor()
          Parameter value used to quickly increase the schematic nodes displacement for nodes that are very close.
 boolean isWithoutDegreeTwoNodes()
          Indicates if the nodes with degree 2 can be temporally out-of-the-way during the first phase of the algorithm execution so the computing time is decreased.
 void setDegreeOfFreedom(int pVal)
          Parameter value used to limit the area used to move the schematic nodes during each algorithm's iteration.
 void setNumberOfIterations(int pVal)
          Number of Force Directed schematic algorithm iterations executed before the final result is shown.
 void setRepelFactor(double pVal)
          Parameter value used to quickly increase the schematic nodes displacement for nodes that are very close.
 void setWithoutDegreeTwoNodes(boolean pVal)
          Indicates if the nodes with degree 2 can be temporally out-of-the-way during the first phase of the algorithm execution so the computing time is decreased.
 
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

IIDb9e17264_21ac_4e55_8aad_911016aa5992

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

getNumberOfIterations

int getNumberOfIterations()
                          throws java.io.IOException,
                                 AutomationException
Number of Force Directed schematic algorithm iterations executed before the final result is shown.

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

setNumberOfIterations

void setNumberOfIterations(int pVal)
                           throws java.io.IOException,
                                  AutomationException
Number of Force Directed schematic algorithm iterations executed before the final result is shown.

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

getDegreeOfFreedom

int getDegreeOfFreedom()
                       throws java.io.IOException,
                              AutomationException
Parameter value used to limit the area used to move the schematic nodes during each algorithm's iteration.

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

setDegreeOfFreedom

void setDegreeOfFreedom(int pVal)
                        throws java.io.IOException,
                               AutomationException
Parameter value used to limit the area used to move the schematic nodes during each algorithm's iteration.

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

getRepelFactor

double getRepelFactor()
                      throws java.io.IOException,
                             AutomationException
Parameter value used to quickly increase the schematic nodes displacement for nodes that are very close.

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

setRepelFactor

void setRepelFactor(double pVal)
                    throws java.io.IOException,
                           AutomationException
Parameter value used to quickly increase the schematic nodes displacement for nodes that are very close.

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

isWithoutDegreeTwoNodes

boolean isWithoutDegreeTwoNodes()
                                throws java.io.IOException,
                                       AutomationException
Indicates if the nodes with degree 2 can be temporally out-of-the-way during the first phase of the algorithm execution so the computing time is decreased.

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

setWithoutDegreeTwoNodes

void setWithoutDegreeTwoNodes(boolean pVal)
                              throws java.io.IOException,
                                     AutomationException
Indicates if the nodes with degree 2 can be temporally out-of-the-way during the first phase of the algorithm execution so the computing time is decreased.

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