com.esri.arcgis.geodatabase
Class INetworkTurnProxy
java.lang.Object
com.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.INetworkElementProxy
com.esri.arcgis.geodatabase.INetworkTurnProxy
- All Implemented Interfaces:
- INetworkElement, INetworkTurn, java.io.Externalizable, java.io.Serializable
- Direct Known Subclasses:
- INetworkTurn2Proxy
public class INetworkTurnProxy
- extends INetworkElementProxy
- implements INetworkTurn, java.io.Serializable
Internal use class
Proxy for COM Interface 'INetworkTurn'. 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 turn.'
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)
|
double |
getAngle()
Angle of the turning movement described by this network turn. |
int |
getEdgeCount()
Number of network edge elements that participate in this network turn. |
int |
getTurnType()
Type of network turn. |
void |
queryAtJunction(INetworkJunction junction)
Queries the at-junction of this network turn. |
void |
queryEdge(int index,
INetworkEdge edge)
Queries the index'th edge element of this network turn. |
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
INetworkTurnProxy
public INetworkTurnProxy(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
INetworkTurnProxy
public INetworkTurnProxy()
- For internal use only
INetworkTurnProxy
public INetworkTurnProxy(java.lang.Object obj)
throws java.io.IOException
- Throws:
java.io.IOException
INetworkTurnProxy
protected INetworkTurnProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
- Throws:
java.io.IOException
INetworkTurnProxy
protected INetworkTurnProxy(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
getTurnType
public int getTurnType()
throws java.io.IOException,
AutomationException
- Type of network turn.
- Specified by:
getTurnType
in interface INetworkTurn
- Returns:
- A com.esri.arcgis.geodatabase.esriNetworkTurnType constant
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
queryAtJunction
public void queryAtJunction(INetworkJunction junction)
throws java.io.IOException,
AutomationException
- Queries the at-junction of this network turn.
- Specified by:
queryAtJunction
in interface INetworkTurn
- Parameters:
junction
- A reference to a com.esri.arcgis.geodatabase.INetworkJunction (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getAngle
public double getAngle()
throws java.io.IOException,
AutomationException
- Angle of the turning movement described by this network turn.
- Specified by:
getAngle
in interface INetworkTurn
- Returns:
- The angle
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getEdgeCount
public int getEdgeCount()
throws java.io.IOException,
AutomationException
- Number of network edge elements that participate in this network turn.
- Specified by:
getEdgeCount
in interface INetworkTurn
- Returns:
- The edgeCount
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
queryEdge
public void queryEdge(int index,
INetworkEdge edge)
throws java.io.IOException,
AutomationException
- Queries the index'th edge element of this network turn.
- Specified by:
queryEdge
in interface INetworkTurn
- Parameters:
index
- The index (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.