public class INetworkJunctionProxy extends INetworkElementProxy implements INetworkJunction, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
DISPID_100_GET_NAME, DISPID_110_GET_NAME, DISPID_150_NAME, DISPID_160_NAME, DISPID_1610809349_GET_NAME, DISPID_170_NAME, IID, IIDe3d2d64e_c620_4262_888a_dc724a82f62d
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 | Constructor and Description |
---|---|
|
INetworkJunctionProxy()
For internal use only
|
|
INetworkJunctionProxy(java.lang.Object obj) |
protected |
INetworkJunctionProxy(java.lang.Object obj,
java.lang.String iid) |
|
INetworkJunctionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
INetworkJunctionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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 |
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)
Removes a Java object as a listener to events generated by a COM object.
|
getAttributeValue, getAttributeValueByName, getEID, getElementType, getOID, getSourceID
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAttributeValue, getAttributeValueByName, getEID, getElementType, getOID, getSourceID
public static final java.lang.Class targetClass
public boolean noncastable
public INetworkJunctionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public INetworkJunctionProxy()
public INetworkJunctionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INetworkJunctionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INetworkJunctionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class INetworkElementProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class INetworkElementProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public int getEdgeCount() throws java.io.IOException, AutomationException
getEdgeCount
in interface INetworkJunction
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTurnCount() throws java.io.IOException, AutomationException
getTurnCount
in interface INetworkJunction
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryEdge(int index, boolean leavingJunction, INetworkEdge edge) throws java.io.IOException, AutomationException
queryEdge
in interface INetworkJunction
index
- The index (in)leavingJunction
- The leavingJunction (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.public void queryTurn(int index, INetworkTurn turn) throws java.io.IOException, AutomationException
queryTurn
in interface INetworkJunction
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.public void queryPoint(IPoint point) throws java.io.IOException, AutomationException
queryPoint
in interface INetworkJunction
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getAttributeValueAtTime(int attributeID, java.util.Date localTime, int timeUsage) throws java.io.IOException, AutomationException
getAttributeValueAtTime
in interface INetworkJunction
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.