public interface esriLayoutJunctionsPlacement
extends java.io.Serializable
Description: 'Types of junctions placement 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 =
Modifier and Type | Field and Description |
---|---|
static int |
esriLayoutEqualDistance
All junctions with two connected edges will be moved so the distances between them and their two connected junctions are equal.
|
static int |
esriLayoutIterativeDistance
All junctions with two connected edges will be moved slightly according to the specified number of iterations and maximum shift distance; that is, until the specified number of iterations or maximum distance between the junctions is reached.
|
static int |
esriLayoutUserDefineDistance
All junctions with two connected edges will be moved so the specified minimum shift distance is kept between them and the other end of the edges to which they connect.
|
static final int esriLayoutEqualDistance
static final int esriLayoutUserDefineDistance
static final int esriLayoutIterativeDistance