public interface IDEUtilityNetwork
extends java.io.Serializable
Description: 'Provides access to members that supply utility network data element 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 |
IID911dbbd5_4ea9_4ea4_99f2_447055cc2bad |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IArray |
getCategories()
Returns the categories of the utility network.
|
IArray |
getDomainNetworks()
Returns the array of domain networks in this utility network.
|
java.lang.String |
getServiceTerritoryFeatureClassName()
Returns the service territory feature class name.
|
int |
getServiceTerritoryFeatureLayerID()
Returns the service territory feature layer ID.
|
INetworkSource |
getSystemJunctionObjectSource()
Returns the system junction object source in this utility network.
|
ITerminalConfiguration |
getTerminalConfigurationByID(int iD)
Returns the terminal configuration by ID.
|
IArray |
getTerminalConfigurations()
Returns the array of terminal configurations in the utility network.
|
static final int IID911dbbd5_4ea9_4ea4_99f2_447055cc2bad
static final int xxDummy
static final java.lang.String IID
java.lang.String getServiceTerritoryFeatureClassName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getServiceTerritoryFeatureLayerID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INetworkSource getSystemJunctionObjectSource() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getDomainNetworks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getTerminalConfigurations() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getCategories() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITerminalConfiguration getTerminalConfigurationByID(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.