public interface esriNetworkDatasetState
extends java.io.Serializable
Description: 'States to indicate whether a network dataset has been or needs to be built.' 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 |
esriNDSBuilt
The network dataset has been built.
|
static int |
esriNDSEmpty
The network dataset has no network sources or elements.
|
static int |
esriNDSUnbuilt
The network dataset or its sources have been edited since the last time it was built.
|
static final int esriNDSUnbuilt
static final int esriNDSBuilt
static final int esriNDSEmpty