|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IUtilityNetworkGEN
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 |
|---|
static final int IID32012812_0631_4d1e_b92f_13cad1502edf
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isValidFlowDirection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFlowDirection(int edgeEID)
throws java.io.IOException,
AutomationException
edgeEID - The edgeEID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFlowDirection(int edgeEID,
int flowDirection)
throws java.io.IOException,
AutomationException
edgeEID - The edgeEID (in)flowDirection - A com.esri.arcgis.geodatabase.esriFlowDirection constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void establishFlowDirection(int[] sourceEIDs,
int[] sinkEIDs)
throws java.io.IOException,
AutomationException
sourceEIDs - The sourceEIDs (in)sinkEIDs - The sinkEIDs (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void partialEstablishFlowDirection(int[] sourceEIDs,
int[] sinkEIDs)
throws java.io.IOException,
AutomationException
sourceEIDs - The sourceEIDs (in)sinkEIDs - The sinkEIDs (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||