public interface IDomainNetwork
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a domain network.' 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 |
IIDd636240d_f66b_4d88_baf5_e0b794ef18bd |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCreationTime()
Returns the creation time.
|
java.lang.String |
getDomainNetworkAliasName()
Returns the domain network alias name.
|
int |
getDomainNetworkID()
Returns the domain network ID.
|
java.lang.String |
getDomainNetworkName()
Returns the domain network name.
|
int |
getReleaseNumber()
Returns the release number.
|
IArray |
getSources()
Returns the array of network sources in this domain network.
|
java.lang.String |
getSubnetworkControllerType()
Returns the subnetwork controller type.
|
java.lang.String |
getSubnetworkLabelFieldName()
Returns the subnetwork label field name.
|
java.lang.String |
getSubnetworkTableName()
Returns the subnetwork table name.
|
int |
getTierDefinition()
Returns the tier definition.
|
IArray |
getTierGroups()
Returns the array of tier groups in this domain network.
|
IArray |
getTiers()
Returns the array of tiers in this domain network.
|
boolean |
isStructureNetwork()
Returns whether the network is a structure network.
|
static final int IIDd636240d_f66b_4d88_baf5_e0b794ef18bd
static final int xxDummy
static final java.lang.String IID
java.lang.Object getCreationTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getReleaseNumber() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isStructureNetwork() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDomainNetworkID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDomainNetworkName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDomainNetworkAliasName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSubnetworkTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSubnetworkLabelFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTierDefinition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSubnetworkControllerType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getTiers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getSources() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getTierGroups() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.