com.esri.arcgis.geodatabase
Interface IUtilityNetwork2

All Superinterfaces:
INetwork, IUtilityNetwork, java.io.Serializable
All Known Implementing Classes:
IUtilityNetwork2Proxy

public interface IUtilityNetwork2
extends IUtilityNetwork, java.io.Serializable

COM Interface 'IUtilityNetwork2'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that get and set flow direction in a utility 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfa8bc670_d572_11d5_a134_00508ba0c977
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IUtilityNetwork
IID19f99c84_a089_11d0_9cc9_00805f74d243
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetwork
IID19f99c80_a089_11d0_9cc9_00805f74d243
 
Method Summary
 void partialEstablishFlowDirection(int sourceCount, int[] sourceEIDs, int sinkCount, int[] sinkEIDs)
          Sets the flow direction of all reachable edge elements based on the placement of sources and sinks.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IUtilityNetwork
establishFlowDirection, getFlowDirection, isValidFlowDirection, setFlowDirection
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetwork
createForwardStar, createNetBrowser, getEdgeCount, getJunctionCount, getMaxDegree, getMaxTurn, getStatus, getTurnCount
 

Field Detail

IIDfa8bc670_d572_11d5_a134_00508ba0c977

static final int IIDfa8bc670_d572_11d5_a134_00508ba0c977
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

partialEstablishFlowDirection

void partialEstablishFlowDirection(int sourceCount,
                                   int[] sourceEIDs,
                                   int sinkCount,
                                   int[] sinkEIDs)
                                   throws java.io.IOException,
                                          AutomationException
Sets the flow direction of all reachable edge elements based on the placement of sources and sinks.

Parameters:
sourceCount - The sourceCount (in)
sourceEIDs - The sourceEIDs (in)
sinkCount - The sinkCount (in)
sinkEIDs - The sinkEIDs (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.