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 =
public class IPathConnectivityItemProxy extends com.esri.arcgis.interop.Dispatch implements IPathConnectivityItem, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDaf1f8762_15c5_41b8_841f_6f9c00c3b47e
Modifier | Constructor and Description |
---|---|
|
IPathConnectivityItemProxy()
Deprecated.
For internal use only
|
|
IPathConnectivityItemProxy(java.lang.Object obj)
Deprecated.
|
protected |
IPathConnectivityItemProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IPathConnectivityItemProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IPathConnectivityItemProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
GUID |
getEdgeGlobalID()
Deprecated.
Returns the edge global ID.
|
int |
getEdgeNetworkSourceID()
Deprecated.
Returns the edge network source ID.
|
long |
getEdgeObjectID()
Deprecated.
Returns the edge object ID.
|
double |
getEdgePositionFrom()
Deprecated.
Returns the edge position from.
|
double |
getEdgePositionTo()
Deprecated.
Returns the edge position to.
|
GUID |
getJunctionGlobalID()
Deprecated.
Returns the junction global ID.
|
int |
getJunctionNetworkSourceID()
Deprecated.
Returns the junction network source ID.
|
long |
getJunctionObjectID()
Deprecated.
Returns the junction object ID.
|
int |
getJunctionTerminalID()
Deprecated.
Returns the junction terminal ID.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setEdgeGlobalID(GUID edgeGlobalID)
Deprecated.
Returns the edge global ID.
|
void |
setEdgeNetworkSourceID(int edgeNetworkSourceID)
Deprecated.
Returns the edge network source ID.
|
void |
setEdgeObjectID(long edgeObjectID)
Deprecated.
Returns the edge object ID.
|
void |
setEdgePositionFrom(double edgePositionFrom)
Deprecated.
Returns the edge position from.
|
void |
setEdgePositionTo(double edgePositionTo)
Deprecated.
Returns the edge position to.
|
void |
setJunctionGlobalID(GUID junctionGlobalID)
Deprecated.
Returns the junction global ID.
|
void |
setJunctionNetworkSourceID(int junctionNetworkSourceID)
Deprecated.
Returns the junction network source ID.
|
void |
setJunctionObjectID(long junctionObjectID)
Deprecated.
Returns the junction object ID.
|
void |
setJunctionTerminalID(int junctionTerminalID)
Deprecated.
Returns the junction terminal ID.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IPathConnectivityItemProxy(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 IPathConnectivityItemProxy()
public IPathConnectivityItemProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IPathConnectivityItemProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IPathConnectivityItemProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
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 getEdgeNetworkSourceID() throws java.io.IOException, AutomationException
getEdgeNetworkSourceID
in interface IPathConnectivityItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setEdgeNetworkSourceID(int edgeNetworkSourceID) throws java.io.IOException, AutomationException
setEdgeNetworkSourceID
in interface IPathConnectivityItem
edgeNetworkSourceID
- The edgeNetworkSourceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public long getEdgeObjectID() throws java.io.IOException, AutomationException
getEdgeObjectID
in interface IPathConnectivityItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setEdgeObjectID(long edgeObjectID) throws java.io.IOException, AutomationException
setEdgeObjectID
in interface IPathConnectivityItem
edgeObjectID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public GUID getEdgeGlobalID() throws java.io.IOException, AutomationException
getEdgeGlobalID
in interface IPathConnectivityItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setEdgeGlobalID(GUID edgeGlobalID) throws java.io.IOException, AutomationException
setEdgeGlobalID
in interface IPathConnectivityItem
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.public double getEdgePositionFrom() throws java.io.IOException, AutomationException
getEdgePositionFrom
in interface IPathConnectivityItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setEdgePositionFrom(double edgePositionFrom) throws java.io.IOException, AutomationException
setEdgePositionFrom
in interface IPathConnectivityItem
edgePositionFrom
- The edgePositionFrom (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getEdgePositionTo() throws java.io.IOException, AutomationException
getEdgePositionTo
in interface IPathConnectivityItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setEdgePositionTo(double edgePositionTo) throws java.io.IOException, AutomationException
setEdgePositionTo
in interface IPathConnectivityItem
edgePositionTo
- The edgePositionTo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getJunctionNetworkSourceID() throws java.io.IOException, AutomationException
getJunctionNetworkSourceID
in interface IPathConnectivityItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setJunctionNetworkSourceID(int junctionNetworkSourceID) throws java.io.IOException, AutomationException
setJunctionNetworkSourceID
in interface IPathConnectivityItem
junctionNetworkSourceID
- The junctionNetworkSourceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public GUID getJunctionGlobalID() throws java.io.IOException, AutomationException
getJunctionGlobalID
in interface IPathConnectivityItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setJunctionGlobalID(GUID junctionGlobalID) throws java.io.IOException, AutomationException
setJunctionGlobalID
in interface IPathConnectivityItem
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.public long getJunctionObjectID() throws java.io.IOException, AutomationException
getJunctionObjectID
in interface IPathConnectivityItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setJunctionObjectID(long junctionObjectID) throws java.io.IOException, AutomationException
setJunctionObjectID
in interface IPathConnectivityItem
junctionObjectID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getJunctionTerminalID() throws java.io.IOException, AutomationException
getJunctionTerminalID
in interface IPathConnectivityItem
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setJunctionTerminalID(int junctionTerminalID) throws java.io.IOException, AutomationException
setJunctionTerminalID
in interface IPathConnectivityItem
junctionTerminalID
- The junctionTerminalID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.