|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.NetworkJunction
public class NetworkJunction
COM Class 'NetworkJunction'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description 'A container for querying information on a network dataset junction element.' 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 =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.geodatabase.INetworkJunction2 |
|---|
DISPID_1610874880_GET_NAME, IID, IID10c79f21_f00b_4f1f_b6d3_372c8dc3c129, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.INetworkJunction |
|---|
DISPID_100_GET_NAME, DISPID_110_GET_NAME, DISPID_150_NAME, DISPID_160_NAME, DISPID_170_NAME, IIDe3d2d64e_c620_4262_888a_dc724a82f62d |
| Fields inherited from interface com.esri.arcgis.geodatabase.INetworkElement |
|---|
DISPID_10_GET_NAME, DISPID_20_GET_NAME, DISPID_30_GET_NAME, DISPID_40_GET_NAME, DISPID_50_GET_NAME, DISPID_60_GET_NAME, IIDed843586_99b4_4e36_9684_5bec34938906 |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
NetworkJunction(java.lang.Object obj)
Construct a NetworkJunction using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.Object |
getAttributeValue(int attributeID)
Value of this network element for the given network attribute ID. |
java.lang.Object |
getAttributeValueAtTime(int attributeID,
java.util.Date localTime,
int timeUsage)
Value of this network element for the given network attribute ID and local time. |
java.lang.Object |
getAttributeValueByName(java.lang.String attributeName)
Value of this network element for the given network attribute name. |
int |
getEdgeCount()
Number of network edge elements adjacent to this network junction element. |
int |
getEID()
Element ID for this network element. |
int |
getElementType()
Type of this network element. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getOID()
Object ID of the object corresponding to this network element. |
int |
getSourceID()
ID of the network dataset source from which this network element was derived. |
int |
getTurnCount()
Number of network turn elements anchored at this network junction. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
queryEdge(int index,
boolean leavingJunction,
INetworkEdge edge)
Queries the index'th network edge element adjacent to this network junction element. |
void |
queryPoint(IPoint point)
Queries the point object corresponding to this network junction element. |
void |
queryTurn(int index,
INetworkTurn turn)
Queries the index'th network turn element anchored at this network junction element. |
void |
release()
Release a NetworkJunction. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkJunction(java.lang.Object obj)
throws java.io.IOException
obj to NetworkJunction. *
NetworkJunction o = (NetworkJunction)obj; // will not work
NetworkJunction o = new NetworkJunction(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
NetworkJunction theNetworkJunction = (NetworkJunction) obj;| Method Detail |
|---|
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.RemoteObjRef
public int getEID()
throws java.io.IOException,
AutomationException
getEID in interface INetworkElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getElementType()
throws java.io.IOException,
AutomationException
getElementType in interface INetworkElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSourceID()
throws java.io.IOException,
AutomationException
getSourceID in interface INetworkElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getOID()
throws java.io.IOException,
AutomationException
getOID in interface INetworkElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getAttributeValue(int attributeID)
throws java.io.IOException,
AutomationException
getAttributeValue in interface INetworkElementattributeID - The attributeID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getAttributeValueByName(java.lang.String attributeName)
throws java.io.IOException,
AutomationException
getAttributeValueByName in interface INetworkElementattributeName - The attributeName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getEdgeCount()
throws java.io.IOException,
AutomationException
getEdgeCount in interface INetworkJunctionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTurnCount()
throws java.io.IOException,
AutomationException
getTurnCount in interface INetworkJunctionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryEdge(int index,
boolean leavingJunction,
INetworkEdge edge)
throws java.io.IOException,
AutomationException
queryEdge in interface INetworkJunctionindex - The index (in)leavingJunction - The leavingJunction (in)edge - A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryTurn(int index,
INetworkTurn turn)
throws java.io.IOException,
AutomationException
queryTurn in interface INetworkJunctionindex - The index (in)turn - A reference to a com.esri.arcgis.geodatabase.INetworkTurn (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryPoint(IPoint point)
throws java.io.IOException,
AutomationException
queryPoint in interface INetworkJunctionpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getAttributeValueAtTime(int attributeID,
java.util.Date localTime,
int timeUsage)
throws java.io.IOException,
AutomationException
getAttributeValueAtTime in interface INetworkJunction2attributeID - The attributeID (in)localTime - The localTime (in)timeUsage - A com.esri.arcgis.geodatabase.esriNetworkTimeUsage constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||