public interface esriLayoutVertexRemovalRule
extends java.io.Serializable
Description: 'Vertex removal rules for the Compression 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 |
esriKeepContainedVertices
Vertices along edges that are contents are kept and vertices along edges that come out of the container are removed.
|
static int |
esriKeepContainedVerticesAndFirstOutside
Vertices along edges that are contents are kept as well as the first vertex along edges that come out of the container.
|
static int |
esriKeepOnlyVerticesOfContainedEdges
Vertices along edges that are contents are kept.
|
static int |
esriRemoveAllVertices
All vertices on all edges will be removed.
|
static final int esriRemoveAllVertices
static final int esriKeepContainedVertices
static final int esriKeepContainedVerticesAndFirstOutside
static final int esriKeepOnlyVerticesOfContainedEdges