com.esri.arcgis.geodatabase
Interface IUtilityNetworkGEN

All Superinterfaces:
INetwork, java.io.Serializable
All Known Implementing Classes:
IUtilityNetworkGENProxy, UtilityNetwork

public interface IUtilityNetworkGEN
extends INetwork, java.io.Serializable

COM Interface 'IUtilityNetworkGEN'. Generated 3/19/2015 1:20:56 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 IID32012812_0631_4d1e_b92f_13cad1502edf
           
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[] sourceEIDs, 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 partialEstablishFlowDirection(int[] sourceEIDs, int[] sinkEIDs)
          Sets the flow direction of all reachable edge elements based on the placement of sources and sinks.
 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

IID32012812_0631_4d1e_b92f_13cad1502edf

static final int IID32012812_0631_4d1e_b92f_13cad1502edf
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 pValidFlowDirection
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[] sourceEIDs,
                            int[] sinkEIDs)
                            throws java.io.IOException,
                                   AutomationException
Sets the flow direction of all edge elements based on the placement of sources and sinks.

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

partialEstablishFlowDirection

void partialEstablishFlowDirection(int[] sourceEIDs,
                                   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:
sourceEIDs - The sourceEIDs (in)
sinkEIDs - The sinkEIDs (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.