public interface esriTopoConfiguration
extends java.io.Serializable
Description: 'Topological configuration.' 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 |
esriTCChain
Chain topology.
|
static int |
esriTCLoop
Loop topology.
|
static int |
esriTCMesh
Mesh [complete graph] topology.
|
static int |
esriTCStar
Star [radial] topology.
|
static final int esriTCChain
static final int esriTCLoop
static final int esriTCStar
static final int esriTCMesh