com.esri.arcgis.geodatabase
Interface IUtilityNetwork

All Superinterfaces:
INetwork, java.io.Serializable
All Known Subinterfaces:
IUtilityNetwork2
All Known Implementing Classes:
IUtilityNetwork2Proxy, IUtilityNetworkProxy

public interface IUtilityNetwork
extends INetwork, java.io.Serializable

COM Interface 'IUtilityNetwork'. 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 IID19f99c84_a089_11d0_9cc9_00805f74d243
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetwork
IID19f99c80_a089_11d0_9cc9_00805f74d243
 
Method Summary
 void establishFlowDirection(int sourceCount, int[] sourceEIDs, int sinkCount, int[] sinkEIDs)
          Sets the flow direction of all edge elements based on the placement of sources and sinks.
 int getFlowDirection(int edgeEID)
          Returns the flow direction of the specified edge element.
 boolean isValidFlowDirection()
          Indicates if the flow direction is valid for this utility network.
 void setFlowDirection(int edgeEID, int flowDirection)
          Sets the flow direction for the specified edge element.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetwork
createForwardStar, createNetBrowser, getEdgeCount, getJunctionCount, getMaxDegree, getMaxTurn, getStatus, getTurnCount
 

Field Detail

IID19f99c84_a089_11d0_9cc9_00805f74d243

static final int IID19f99c84_a089_11d0_9cc9_00805f74d243
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

isValidFlowDirection

boolean isValidFlowDirection()
                             throws java.io.IOException,
                                    AutomationException
Indicates if the flow direction is valid for this utility network.

Returns:
The validFlowDirection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFlowDirection

int getFlowDirection(int edgeEID)
                     throws java.io.IOException,
                            AutomationException
Returns the flow direction of the specified edge element.

Parameters:
edgeEID - The edgeEID (in)
Returns:
A com.esri.arcgis.geodatabase.esriFlowDirection constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFlowDirection

void setFlowDirection(int edgeEID,
                      int flowDirection)
                      throws java.io.IOException,
                             AutomationException
Sets the flow direction for the specified edge element.

Parameters:
edgeEID - The edgeEID (in)
flowDirection - A com.esri.arcgis.geodatabase.esriFlowDirection constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

establishFlowDirection

void establishFlowDirection(int sourceCount,
                            int[] sourceEIDs,
                            int sinkCount,
                            int[] sinkEIDs)
                            throws java.io.IOException,
                                   AutomationException
Sets the flow direction of all 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.