public interface IUtilityNetworkSubnetwork
extends java.io.Serializable
Description: 'Provides access to modifying a utility network subnetwork.' 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 |
IID80e027d0_dcfd_47d4_a95e_71b9faadfeed |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IUNSubnetworkManager |
createSubnetworkManager()
Create Utility Network Subnetwork Manager.
|
void |
deleteSubnetworkControllers(IStringArray globalIDs)
Delete subnetwork controllers by globalIDs.
|
void |
disableSubnetworkController(int sourceID,
GUID featureGlobalID,
int terminalID)
Disable the subnetwork controller by feature globalID and network source name.
|
long |
enableSubnetworkController(int networkSourceID,
GUID featureGlobalID,
int terminalID,
java.lang.String subnetworkControllerName,
java.lang.String subnetworkName,
java.lang.String tierName,
java.lang.String description,
java.lang.String notes)
Enable a subnetwork controller to the subnetworks table.
|
static final int IID80e027d0_dcfd_47d4_a95e_71b9faadfeed
static final int xxDummy
static final java.lang.String IID
IUNSubnetworkManager createSubnetworkManager() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long enableSubnetworkController(int networkSourceID, GUID featureGlobalID, int terminalID, java.lang.String subnetworkControllerName, java.lang.String subnetworkName, java.lang.String tierName, java.lang.String description, java.lang.String notes) throws java.io.IOException, AutomationException
networkSourceID
- The networkSourceID (in)featureGlobalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)terminalID
- The terminalID (in)subnetworkControllerName
- The subnetworkControllerName (in)subnetworkName
- The subnetworkName (in)tierName
- The tierName (in)description
- The description (in)notes
- The notes (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void disableSubnetworkController(int sourceID, GUID featureGlobalID, int terminalID) throws java.io.IOException, AutomationException
sourceID
- The sourceID (in)featureGlobalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)terminalID
- The terminalID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteSubnetworkControllers(IStringArray globalIDs) throws java.io.IOException, AutomationException
globalIDs
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.