|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAlgoAngleDirected
Provides access to members that control the Angle Directed algorithm.
The Angle Directed algorithm allows bringing progressively the schematic links contained in a diagram into specified alignment directions. For each link, the algorithm considers its current direction, searches for the nearest direction among the specified directions and moves the link so that it approaches this direction.
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 |
Method Detail |
---|
int getNumberOfIterations() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumberOfIterations(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNumberOfDirections() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumberOfDirections(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.schematic.esriSchematicAlgoNumberOfDirection constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |