public interface INetworkEdge extends INetworkElement, java.io.Serializable
Description: 'Provides access to members that specify the properties of this network edge element.' 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 |
DISPID_100_GET_NAME |
static java.lang.String |
DISPID_110_NAME |
static java.lang.String |
DISPID_130_GET_NAME |
static java.lang.String |
DISPID_140_GET_NAME |
static java.lang.String |
DISPID_150_GET_NAME |
static java.lang.String |
DISPID_160_GET_NAME |
static java.lang.String |
DISPID_1610809355_GET_NAME |
static java.lang.String |
DISPID_1610809356_GET_NAME |
static java.lang.String |
DISPID_1610809357_GET_NAME |
static java.lang.String |
DISPID_1610809358_GET_NAME |
static java.lang.String |
DISPID_1610809359_NAME |
static java.lang.String |
DISPID_1610809360_GET_NAME |
static java.lang.String |
DISPID_1610809361_NAME |
static java.lang.String |
DISPID_170_GET_NAME |
static java.lang.String |
DISPID_180_NAME |
static java.lang.String |
DISPID_190_NAME |
static java.lang.String |
DISPID_200_NAME |
static java.lang.String |
DISPID_210_GET_NAME |
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDeadcd556_0857_41d9_9714_03b0dbb16dfb |
static int |
xxDummy
Deprecated.
Internal use only
|
DISPID_10_GET_NAME, DISPID_20_GET_NAME, DISPID_30_GET_NAME, DISPID_40_GET_NAME, DISPID_50_GET_NAME, DISPID_60_GET_NAME, IIDed843586_99b4_4e36_9684_5bec34938906| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAttributeValueAtTime(int attributeID,
java.util.Date localTime,
int timeUsage)
Value of this network element for the given network attribute ID and local time.
|
int |
getCoveredEdgeCount()
Returns the number of edges covered by this edge.
|
int |
getDirection()
Direction in which this network edge element is oriented relative to the direction of its source object.
|
double |
getFromAzimuth()
Direction of travel at the from-end of the network edge element.
|
java.lang.Object |
getPartialEdgeAttributeValue(double fromPosition,
double toPosition,
int attributeID)
Value of this edge element along the given range for the given network attribute ID.
|
java.lang.Object |
getPartialEdgeAttributeValueAtTime(double fromPosition,
double toPosition,
int attributeID,
java.util.Date localTime,
int timeUsage)
Value of this partial edge element for the given network attribute ID and local.
|
double |
getPositionAlongObject(double positionAlongElement)
Position along the source object at which the specified position along the network edge element lies.
|
double |
getToAzimuth()
Direction of travel at the to-end of the network edge element.
|
int |
getTurnCount()
Number of network turn elements in which this network edge element participates.
|
int |
getTurnParticipationType()
Participation of this network edge element within a network turn element.
|
boolean |
isHasCoveringHyperedge()
Indicates if the network edge element has a covering hyperedge.
|
boolean |
isHyperedge()
Indicates if the network edge element is a hyperedge.
|
void |
queryCoveredEdge(int index,
INetworkEdge edge)
Used to iterate over the edges covered by this edge.
|
void |
queryCoveringHyperedge(INetworkEdge edge,
double[] fromPosition,
double[] toPosition)
Queries the covering hyperedge of the network edge element and returns its related positions along the covering hyperedge.
|
void |
queryEdgeInOtherDirection(INetworkEdge edge)
Queries the network edge element corresponding to the reverse traversal of this network edge element.
|
void |
queryJunctions(INetworkJunction fromJunction,
INetworkJunction toJunction)
Queries the network junction elements adjacent to this network edge element.
|
void |
queryPositions(double[] fromPosition,
double[] toPosition)
Queries the positions along the source object at which the from-end and to-end of the network edge element lies.
|
void |
queryTurn(int index,
INetworkTurn turn)
Queries the index'th network turn element in which this network edge element participates.
|
getAttributeValue, getAttributeValueByName, getEID, getElementType, getOID, getSourceIDstatic final int IIDeadcd556_0857_41d9_9714_03b0dbb16dfb
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_100_GET_NAME
static final java.lang.String DISPID_110_NAME
static final java.lang.String DISPID_130_GET_NAME
static final java.lang.String DISPID_140_GET_NAME
static final java.lang.String DISPID_150_GET_NAME
static final java.lang.String DISPID_160_GET_NAME
static final java.lang.String DISPID_170_GET_NAME
static final java.lang.String DISPID_180_NAME
static final java.lang.String DISPID_190_NAME
static final java.lang.String DISPID_200_NAME
static final java.lang.String DISPID_210_GET_NAME
static final java.lang.String DISPID_1610809355_GET_NAME
static final java.lang.String DISPID_1610809356_GET_NAME
static final java.lang.String DISPID_1610809357_GET_NAME
static final java.lang.String DISPID_1610809358_GET_NAME
static final java.lang.String DISPID_1610809359_NAME
static final java.lang.String DISPID_1610809360_GET_NAME
static final java.lang.String DISPID_1610809361_NAME
int getDirection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryPositions(double[] fromPosition,
double[] toPosition)
throws java.io.IOException,
AutomationException
fromPosition - The fromPosition (out: use single element array)toPosition - The toPosition (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getFromAzimuth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getToAzimuth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getTurnParticipationType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getPositionAlongObject(double positionAlongElement)
throws java.io.IOException,
AutomationException
positionAlongElement - The positionAlongElement (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getTurnCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryTurn(int index,
INetworkTurn turn)
throws java.io.IOException,
AutomationException
index - The index (in)turn - A reference to a com.esri.arcgis.geodatabase.INetworkTurn (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryEdgeInOtherDirection(INetworkEdge edge) throws java.io.IOException, AutomationException
edge - A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryJunctions(INetworkJunction fromJunction, INetworkJunction toJunction) throws java.io.IOException, AutomationException
fromJunction - A reference to a com.esri.arcgis.geodatabase.INetworkJunction (in)toJunction - A reference to a com.esri.arcgis.geodatabase.INetworkJunction (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getPartialEdgeAttributeValue(double fromPosition,
double toPosition,
int attributeID)
throws java.io.IOException,
AutomationException
fromPosition - The fromPosition (in)toPosition - The toPosition (in)attributeID - The attributeID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getAttributeValueAtTime(int attributeID,
java.util.Date localTime,
int timeUsage)
throws java.io.IOException,
AutomationException
attributeID - The attributeID (in)localTime - The localTime (in)timeUsage - A com.esri.arcgis.geodatabase.esriNetworkTimeUsage constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getPartialEdgeAttributeValueAtTime(double fromPosition,
double toPosition,
int attributeID,
java.util.Date localTime,
int timeUsage)
throws java.io.IOException,
AutomationException
fromPosition - The fromPosition (in)toPosition - The toPosition (in)attributeID - The attributeID (in)localTime - The localTime (in)timeUsage - A com.esri.arcgis.geodatabase.esriNetworkTimeUsage constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isHyperedge()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isHasCoveringHyperedge()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryCoveringHyperedge(INetworkEdge edge, double[] fromPosition, double[] toPosition) throws java.io.IOException, AutomationException
edge - A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)fromPosition - The fromPosition (out: use single element array)toPosition - The toPosition (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getCoveredEdgeCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryCoveredEdge(int index,
INetworkEdge edge)
throws java.io.IOException,
AutomationException
index - The index (in)edge - A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.