public interface IPathConnectivityItem
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of path connectivity item.' 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 |
IIDaf1f8762_15c5_41b8_841f_6f9c00c3b47e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
GUID |
getEdgeGlobalID()
Returns the edge global ID.
|
int |
getEdgeNetworkSourceID()
Returns the edge network source ID.
|
long |
getEdgeObjectID()
Returns the edge object ID.
|
double |
getEdgePositionFrom()
Returns the edge position from.
|
double |
getEdgePositionTo()
Returns the edge position to.
|
GUID |
getJunctionGlobalID()
Returns the junction global ID.
|
int |
getJunctionNetworkSourceID()
Returns the junction network source ID.
|
long |
getJunctionObjectID()
Returns the junction object ID.
|
int |
getJunctionTerminalID()
Returns the junction terminal ID.
|
void |
setEdgeGlobalID(GUID edgeGlobalID)
Returns the edge global ID.
|
void |
setEdgeNetworkSourceID(int edgeNetworkSourceID)
Returns the edge network source ID.
|
void |
setEdgeObjectID(long edgeObjectID)
Returns the edge object ID.
|
void |
setEdgePositionFrom(double edgePositionFrom)
Returns the edge position from.
|
void |
setEdgePositionTo(double edgePositionTo)
Returns the edge position to.
|
void |
setJunctionGlobalID(GUID junctionGlobalID)
Returns the junction global ID.
|
void |
setJunctionNetworkSourceID(int junctionNetworkSourceID)
Returns the junction network source ID.
|
void |
setJunctionObjectID(long junctionObjectID)
Returns the junction object ID.
|
void |
setJunctionTerminalID(int junctionTerminalID)
Returns the junction terminal ID.
|
static final int IIDaf1f8762_15c5_41b8_841f_6f9c00c3b47e
static final int xxDummy
static final java.lang.String IID
int getEdgeNetworkSourceID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEdgeNetworkSourceID(int edgeNetworkSourceID) throws java.io.IOException, AutomationException
edgeNetworkSourceID
- The edgeNetworkSourceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long getEdgeObjectID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEdgeObjectID(long edgeObjectID) throws java.io.IOException, AutomationException
edgeObjectID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.GUID getEdgeGlobalID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEdgeGlobalID(GUID edgeGlobalID) throws java.io.IOException, AutomationException
edgeGlobalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getEdgePositionFrom() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEdgePositionFrom(double edgePositionFrom) throws java.io.IOException, AutomationException
edgePositionFrom
- The edgePositionFrom (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getEdgePositionTo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEdgePositionTo(double edgePositionTo) throws java.io.IOException, AutomationException
edgePositionTo
- The edgePositionTo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getJunctionNetworkSourceID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJunctionNetworkSourceID(int junctionNetworkSourceID) throws java.io.IOException, AutomationException
junctionNetworkSourceID
- The junctionNetworkSourceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.GUID getJunctionGlobalID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJunctionGlobalID(GUID junctionGlobalID) throws java.io.IOException, AutomationException
junctionGlobalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long getJunctionObjectID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJunctionObjectID(long junctionObjectID) throws java.io.IOException, AutomationException
junctionObjectID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getJunctionTerminalID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJunctionTerminalID(int junctionTerminalID) throws java.io.IOException, AutomationException
junctionTerminalID
- The junctionTerminalID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.