public interface IFlowDirection
extends java.io.Serializable
Description: 'Provides access to members of flow direction.' 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 |
IIDcbfe7e3d_b235_4452_9dfe_6b6b3b6a0e2c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPolyline |
getFlowDirectionLine()
Returns the flow direction line that corresponds to edge element.
|
int |
getFlowDirectionType()
Returns the flow direction type.
|
GUID |
getGlobalID()
Returns the global ID of the feature that the flow direction belongs to.
|
int |
getNetworkSourceID()
Returns the network source ID of the feature that the flow direction belongs to.
|
static final int IIDcbfe7e3d_b235_4452_9dfe_6b6b3b6a0e2c
static final int xxDummy
static final java.lang.String IID
int getNetworkSourceID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.GUID getGlobalID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFlowDirectionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPolyline getFlowDirectionLine() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.