com.esri.arcgis.geodatabase
Class INetworkJunctionProxy
java.lang.Object
com.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.INetworkElementProxy
com.esri.arcgis.geodatabase.INetworkJunctionProxy
- All Implemented Interfaces:
- INetworkElement, INetworkJunction, java.io.Externalizable, java.io.Serializable
- Direct Known Subclasses:
- INetworkJunction2Proxy
public class INetworkJunctionProxy
- extends INetworkElementProxy
- implements INetworkJunction, java.io.Serializable
Internal use class
Proxy for COM Interface 'INetworkJunction'. Generated 3/19/2015 1:20:57 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that specify the properties of this network junction 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 =
- See Also:
- Serialized Form
Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Method Summary |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
int |
getEdgeCount()
Number of network edge elements adjacent to this network junction element. |
int |
getTurnCount()
Number of network turn elements anchored at this network junction. |
void |
queryEdge(int index,
boolean leavingJunction,
INetworkEdge edge)
Queries the index'th network edge element adjacent to this network junction element. |
void |
queryPoint(IPoint point)
Queries the point object corresponding to this network junction element. |
void |
queryTurn(int index,
INetworkTurn turn)
Queries the index'th network turn element anchored at this network junction element. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
Methods inherited from class com.esri.arcgis.interop.Dispatch |
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
targetClass
public static final java.lang.Class targetClass
noncastable
public boolean noncastable
INetworkJunctionProxy
public INetworkJunctionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
- Throws:
java.net.UnknownHostException
java.io.IOException
INetworkJunctionProxy
public INetworkJunctionProxy()
- For internal use only
INetworkJunctionProxy
public INetworkJunctionProxy(java.lang.Object obj)
throws java.io.IOException
- Throws:
java.io.IOException
INetworkJunctionProxy
protected INetworkJunctionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
- Throws:
java.io.IOException
INetworkJunctionProxy
protected INetworkJunctionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
- Throws:
java.io.IOException
addListener
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
- Overrides:
addListener
in class INetworkElementProxy
- Throws:
java.io.IOException
removeListener
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
- Overrides:
removeListener
in class INetworkElementProxy
- Throws:
java.io.IOException
getEdgeCount
public int getEdgeCount()
throws java.io.IOException,
AutomationException
- Number of network edge elements adjacent to this network junction element.
- Specified by:
getEdgeCount
in interface INetworkJunction
- Returns:
- The adjacentEdgeCount
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getTurnCount
public int getTurnCount()
throws java.io.IOException,
AutomationException
- Number of network turn elements anchored at this network junction.
- Specified by:
getTurnCount
in interface INetworkJunction
- Returns:
- The turnCount
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
queryEdge
public void queryEdge(int index,
boolean leavingJunction,
INetworkEdge edge)
throws java.io.IOException,
AutomationException
- Queries the index'th network edge element adjacent to this network junction element.
- Specified by:
queryEdge
in interface INetworkJunction
- Parameters:
index
- The index (in)leavingJunction
- The leavingJunction (in)edge
- A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
queryTurn
public void queryTurn(int index,
INetworkTurn turn)
throws java.io.IOException,
AutomationException
- Queries the index'th network turn element anchored at this network junction element.
- Specified by:
queryTurn
in interface INetworkJunction
- Parameters:
index
- The index (in)turn
- A reference to a com.esri.arcgis.geodatabase.INetworkTurn (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
queryPoint
public void queryPoint(IPoint point)
throws java.io.IOException,
AutomationException
- Queries the point object corresponding to this network junction element.
- Specified by:
queryPoint
in interface INetworkJunction
- Parameters:
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.