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.
|
short |
getEdgeLastUnit()
Deprecated.
Returns the edge last unit.
|
long |
getEdgeObjectID()
Deprecated.
Returns the edge object ID.
|
double |
getEdgePositionFrom()
Deprecated.
Returns the edge position from.
|
double |
getEdgePositionTo()
Deprecated.
Returns the edge position to.
|
int |
getEdgeSourceID()
Deprecated.
Returns the edge network source ID.
|
short |
getJunctionFirstUnit()
Deprecated.
Returns the junction first unit.
|
GUID |
getJunctionGlobalID()
Deprecated.
Returns the junction global ID.
|
short |
getJunctionLastUnit()
Deprecated.
Returns the junction last unit.
|
long |
getJunctionObjectID()
Deprecated.
Returns the junction object ID.
|
int |
getJunctionSourceID()
Deprecated.
Returns the junction network source 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 |
setEdgeLastUnit(short edgeLastUnit)
Deprecated.
Returns the edge last unit.
|
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 |
setEdgeSourceID(int edgeSourceID)
Deprecated.
Returns the edge network source ID.
|
void |
setJunctionFirstUnit(short junctionFirstUnit)
Deprecated.
Returns the junction first unit.
|
void |
setJunctionGlobalID(GUID junctionGlobalID)
Deprecated.
Returns the junction global ID.
|
void |
setJunctionLastUnit(short junctionLastUnit)
Deprecated.
Returns the junction last unit.
|
void |
setJunctionObjectID(long junctionObjectID)
Deprecated.
Returns the junction object ID.
|
void |
setJunctionSourceID(int junctionSourceID)
Deprecated.
Returns the junction network source 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 getEdgeSourceID()
throws java.io.IOException,
AutomationException
getEdgeSourceID in interface IPathConnectivityItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEdgeSourceID(int edgeSourceID)
throws java.io.IOException,
AutomationException
setEdgeSourceID in interface IPathConnectivityItemedgeSourceID - The edgeSourceID (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 getEdgeLastUnit()
throws java.io.IOException,
AutomationException
getEdgeLastUnit in interface IPathConnectivityItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEdgeLastUnit(short edgeLastUnit)
throws java.io.IOException,
AutomationException
setEdgeLastUnit in interface IPathConnectivityItemedgeLastUnit - The edgeLastUnit (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getJunctionSourceID()
throws java.io.IOException,
AutomationException
getJunctionSourceID in interface IPathConnectivityItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setJunctionSourceID(int junctionSourceID)
throws java.io.IOException,
AutomationException
setJunctionSourceID in interface IPathConnectivityItemjunctionSourceID - The junctionSourceID (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 getJunctionLastUnit()
throws java.io.IOException,
AutomationException
getJunctionLastUnit in interface IPathConnectivityItemjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setJunctionLastUnit(short junctionLastUnit)
throws java.io.IOException,
AutomationException
setJunctionLastUnit in interface IPathConnectivityItemjunctionLastUnit - The junctionLastUnit (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.