public class PathConnectivityItem extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IPathConnectivityItem
Description '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 =
IID, IIDaf1f8762_15c5_41b8_841f_6f9c00c3b47e, xxDummy| Constructor and Description |
|---|
PathConnectivityItem()
Constructs a PathConnectivityItem using ArcGIS Engine.
|
PathConnectivityItem(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
PathConnectivityItem thePathConnectivityItem = (PathConnectivityItem) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
short |
getEdgeFirstUnit()
Returns the edge first unit.
|
GUID |
getEdgeGlobalID()
Returns the edge global ID.
|
int |
getEdgeNetworkSourceID()
Returns the edge network source ID.
|
short |
getEdgeNumUnits()
Returns the edge num units.
|
long |
getEdgeObjectID()
Returns the edge object ID.
|
double |
getEdgePositionFrom()
Returns the edge position from.
|
double |
getEdgePositionTo()
Returns the edge position to.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
short |
getJunctionFirstUnit()
Returns the junction first unit.
|
GUID |
getJunctionGlobalID()
Returns the junction global ID.
|
int |
getJunctionNetworkSourceID()
Returns the junction network source ID.
|
short |
getJunctionNumUnits()
Returns the junction num units.
|
long |
getJunctionObjectID()
Returns the junction object ID.
|
int |
getJunctionTerminalID()
Returns the junction terminal ID.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setEdgeFirstUnit(short edgeFirstUnit)
Returns the edge first unit.
|
void |
setEdgeGlobalID(GUID edgeGlobalID)
Returns the edge global ID.
|
void |
setEdgeNetworkSourceID(int edgeNetworkSourceID)
Returns the edge network source ID.
|
void |
setEdgeNumUnits(short edgeNumUnits)
Returns the edge num units.
|
void |
setEdgeObjectID(long edgeObjectID)
Returns the edge object ID.
|
void |
setEdgePositionFrom(double edgePositionFrom)
Returns the edge position from.
|
void |
setEdgePositionTo(double edgePositionTo)
Returns the edge position to.
|
void |
setJunctionFirstUnit(short junctionFirstUnit)
Returns the junction first unit.
|
void |
setJunctionGlobalID(GUID junctionGlobalID)
Returns the junction global ID.
|
void |
setJunctionNetworkSourceID(int junctionNetworkSourceID)
Returns the junction network source ID.
|
void |
setJunctionNumUnits(short junctionNumUnits)
Returns the junction num units.
|
void |
setJunctionObjectID(long junctionObjectID)
Returns the junction object ID.
|
void |
setJunctionTerminalID(int junctionTerminalID)
Returns the junction terminal ID.
|
public PathConnectivityItem()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic PathConnectivityItem(java.lang.Object obj)
throws java.io.IOException
PathConnectivityItem thePathConnectivityItem = (PathConnectivityItem) obj;obj to PathConnectivityItem.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic 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.