com.esri.arcgis.schematic
Interface ISchematicAlgoAngleDirected

All Superinterfaces:
ISchematicAlgorithm, java.io.Serializable
All Known Implementing Classes:
ISchematicAlgoAngleDirectedProxy, SchematicAlgoAngleDirected

public interface ISchematicAlgoAngleDirected
extends ISchematicAlgorithm, java.io.Serializable

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

Description: 'Provides access to members that control the Angle Directed 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 IID4fc8021d_d22f_43af_9c10_9c1f76e0e873
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
IIDbef20014_837c_4387_83ba_8523b7897a36
 
Method Summary
 int getNumberOfDirections()
          Number of directions the Angle Directed algorithm must work with.
 int getNumberOfIterations()
          Number of Angle Directed schematic algorithm iterations executed before the final result is shown.
 void setNumberOfDirections(int pVal)
          Number of directions the Angle Directed algorithm must work with.
 void setNumberOfIterations(int pVal)
          Number of Angle Directed schematic algorithm iterations executed before the final result is shown.
 
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

IID4fc8021d_d22f_43af_9c10_9c1f76e0e873

static final int IID4fc8021d_d22f_43af_9c10_9c1f76e0e873
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 Angle 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 Angle 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.

getNumberOfDirections

int getNumberOfDirections()
                          throws java.io.IOException,
                                 AutomationException
Number of directions the Angle Directed algorithm must work with.

Returns:
A com.esri.arcgis.schematic.esriSchematicAlgoNumberOfDirection constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumberOfDirections

void setNumberOfDirections(int pVal)
                           throws java.io.IOException,
                                  AutomationException
Number of directions the Angle Directed algorithm must work with.

Parameters:
pVal - A com.esri.arcgis.schematic.esriSchematicAlgoNumberOfDirection constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.