com.esri.arcgis.schematic
Interface ISchematicAlgoLinearDispatch2

All Superinterfaces:
ISchematicAlgoLinearDispatch, Serializable
All Known Implementing Classes:
ISchematicAlgoLinearDispatch2Proxy, SchematicAlgoLinearDispatch

public interface ISchematicAlgoLinearDispatch2
extends ISchematicAlgoLinearDispatch, Serializable

Provides access to members that control the Linear Dispatch schematic algorithm.

Description

This interface is new at ArcGIS 9.3. It supersedes ISchematicAlgoLinearDispatch.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isTranslateLeaf()
          Indicates if the leaf connected to the path must be moved.
 void setTranslateLeaf(boolean pVal)
          Indicates if the leaf connected to the path must be moved.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgoLinearDispatch
getAttractionFactor, getLeaveMaximalShift, getMaximalShift, getMinimalShift, getNodesMovements, getNumberOfIterations, isAbsoluteParameters, isMoveNodeDeg1, isNotMoveNodeDeg3, isPathPreservation, isWorkOnUnvisibleObjects, setAbsoluteParameters, setAttractionFactor, setLeaveMaximalShift, setMaximalShift, setMinimalShift, setMoveNodeDeg1, setNodesMovements, setNotMoveNodeDeg3, setNumberOfIterations, setPathPreservation, setWorkOnUnvisibleObjects
 

Method Detail

isTranslateLeaf

boolean isTranslateLeaf()
                        throws IOException,
                               AutomationException
Indicates if the leaf connected to the path must be moved.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setTranslateLeaf

void setTranslateLeaf(boolean pVal)
                      throws IOException,
                             AutomationException
Indicates if the leaf connected to the path must be moved.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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