com.esri.arcgis.schematic
Interface esriSchematicMovementType

All Superinterfaces:
java.io.Serializable

public interface esriSchematicMovementType
extends java.io.Serializable

Constants from esriSchematicMovementType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Node placement options for the Linear dispatch layout.' 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 int esriSchematicEqualDistance
          Nodes are moved so that distances between each moved node and their link extremity are computed to be equal along the path route defined for their two incidents links.
static int esriSchematicIterativeDistance
          Nodes are moved very slightly during a specified number of iterations while the specified maximum shift distance ( that is, the maximum distance the nodes must be spaced from the nodes that they connect) is not reached.
static int esriSchematicUserDefineDistance
          Nodes are moved according to the specified minimum shift distance that determines the minimum distance separating the nodes with degree 2 from their link extremity.
 

Field Detail

esriSchematicEqualDistance

static final int esriSchematicEqualDistance
Nodes are moved so that distances between each moved node and their link extremity are computed to be equal along the path route defined for their two incidents links.

See Also:
Constant Field Values

esriSchematicUserDefineDistance

static final int esriSchematicUserDefineDistance
Nodes are moved according to the specified minimum shift distance that determines the minimum distance separating the nodes with degree 2 from their link extremity.

See Also:
Constant Field Values

esriSchematicIterativeDistance

static final int esriSchematicIterativeDistance
Nodes are moved very slightly during a specified number of iterations while the specified maximum shift distance ( that is, the maximum distance the nodes must be spaced from the nodes that they connect) is not reached.

See Also:
Constant Field Values