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, objRefIID, 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.
|
short |
getEdgeFirstUnit()
Deprecated.
Returns the edge first unit.
|
GUID |
getEdgeGlobalID()
Deprecated.
Returns the edge global ID.
|
int |
getEdgeNetworkSourceID()
Deprecated.
Returns the edge network source ID.
|
short |
getEdgeNumUnits()
Deprecated.
Returns the edge num units.
|
long |
getEdgeObjectID()
Deprecated.
Returns the edge object ID.
|
double |
getEdgePositionFrom()
Deprecated.
Returns the edge position from.
|
double |
getEdgePositionTo()
Deprecated.
Returns the edge position to.
|
short |
getJunctionFirstUnit()
Deprecated.
Returns the junction first unit.
|
GUID |
getJunctionGlobalID()
Deprecated.
Returns the junction global ID.
|
int |
getJunctionNetworkSourceID()
Deprecated.
Returns the junction network source ID.
|
short |
getJunctionNumUnits()
Deprecated.
Returns the junction num units.
|
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 |
setEdgeFirstUnit(short edgeFirstUnit)
Deprecated.
Returns the edge first unit.
|
void |
setEdgeGlobalID(GUID edgeGlobalID)
Deprecated.
Returns the edge global ID.
|
void |
setEdgeNetworkSourceID(int edgeNetworkSourceID)
Deprecated.
Returns the edge network source ID.
|
void |
setEdgeNumUnits(short edgeNumUnits)
Deprecated.
Returns the edge num units.
|
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 |
setJunctionFirstUnit(short junctionFirstUnit)
Deprecated.
Returns the junction first unit.
|
void |
setJunctionGlobalID(GUID junctionGlobalID)
Deprecated.
Returns the junction global ID.
|
void |
setJunctionNetworkSourceID(int junctionNetworkSourceID)
Deprecated.
Returns the junction network source ID.
|
void |
setJunctionNumUnits(short junctionNumUnits)
Deprecated.
Returns the junction num units.
|
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, writeExternalpublic 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.UnknownHostExceptionjava.io.IOExceptionpublic IPathConnectivityItemProxy()
public IPathConnectivityItemProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IPathConnectivityItemProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected 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.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getEdgeNetworkSourceID()
throws java.io.IOException,
AutomationException
getEdgeNetworkSourceID in interface IPathConnectivityItemjava.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 IPathConnectivityItemedgeNetworkSourceID - 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 IPathConnectivityItemjava.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 IPathConnectivityItemedgeObjectID - 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 IPathConnectivityItemjava.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 IPathConnectivityItemedgeGlobalID - 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 IPathConnectivityItemjava.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 IPathConnectivityItemedgePositionFrom - 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 IPathConnectivityItemjava.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 IPathConnectivityItemedgePositionTo - The edgePositionTo (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public short getEdgeFirstUnit()
throws java.io.IOException,
AutomationException
getEdgeFirstUnit in interface IPathConnectivityItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEdgeFirstUnit(short edgeFirstUnit)
throws java.io.IOException,
AutomationException
setEdgeFirstUnit in interface IPathConnectivityItemedgeFirstUnit - The edgeFirstUnit (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public short getEdgeNumUnits()
throws java.io.IOException,
AutomationException
getEdgeNumUnits in interface IPathConnectivityItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEdgeNumUnits(short edgeNumUnits)
throws java.io.IOException,
AutomationException
setEdgeNumUnits in interface IPathConnectivityItemedgeNumUnits - The edgeNumUnits (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 IPathConnectivityItemjava.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 IPathConnectivityItemjunctionNetworkSourceID - 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 IPathConnectivityItemjava.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 IPathConnectivityItemjunctionGlobalID - 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 IPathConnectivityItemjava.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 IPathConnectivityItemjunctionObjectID - 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 IPathConnectivityItemjava.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 IPathConnectivityItemjunctionTerminalID - The junctionTerminalID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public short getJunctionFirstUnit()
throws java.io.IOException,
AutomationException
getJunctionFirstUnit in interface IPathConnectivityItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setJunctionFirstUnit(short junctionFirstUnit)
throws java.io.IOException,
AutomationException
setJunctionFirstUnit in interface IPathConnectivityItemjunctionFirstUnit - The junctionFirstUnit (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public short getJunctionNumUnits()
throws java.io.IOException,
AutomationException
getJunctionNumUnits in interface IPathConnectivityItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setJunctionNumUnits(short junctionNumUnits)
throws java.io.IOException,
AutomationException
setJunctionNumUnits in interface IPathConnectivityItemjunctionNumUnits - The junctionNumUnits (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.