public interface INetworkDiagramInfo
extends java.io.Serializable
Description: 'Provides access to members that control the network diagram information.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDcfda65a6_1ec0_4d06_aa07_5d462f25a62d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getAccess()
The network diagram access right level.
|
int |
getAggregationCount()
The network diagram aggregation count.
|
int |
getContainerCount()
The network diagram container count.
|
double |
getContainerMargin()
The margin size of containers in the network diagram.
|
java.util.Date |
getCreationDate()
The network diagram creation date.
|
java.lang.String |
getCreator()
The network diagram creator.
|
IEnvelope |
getDiagramExtent()
The extent of the network diagram.
|
int |
getEdgeCount()
The network diagram edge count.
|
int |
getJunctionCount()
The network diagram junction count.
|
java.lang.String |
getLastUpdateBy()
The name of the last user who updated the diagram.
|
java.util.Date |
getLastUpdateDate()
the last update date of the network diagram.
|
IEnvelope |
getNetworkExtent()
The extent of the set of geographic features that comprise the diagram.
|
java.lang.String |
getTag()
The network diagram tag.
|
boolean |
isCanExtend()
Indicates whether the network diagram can be extended.
|
boolean |
isCanStore()
Indicates whether network diagram can be stored.
|
boolean |
isHistorical()
Indicates whether the network diagram content corresponds to a past moment.
|
boolean |
isStored()
Indicates whether the network diagram is stored.
|
boolean |
isSystem()
Indicates whether the network diagram is a subnetwork system diagram.
|
static final int IIDcfda65a6_1ec0_4d06_aa07_5d462f25a62d
static final int xxDummy
static final java.lang.String IID
boolean isStored() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSystem() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAccess() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getEdgeCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getJunctionCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getContainerCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAggregationCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCreator() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date getCreationDate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLastUpdateBy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date getLastUpdateDate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getContainerMargin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTag() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getDiagramExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getNetworkExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCanStore() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCanExtend() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHistorical() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.