com.esri.arcgis.geometry
Class esriGeometryNetworkVertexInfo

java.lang.Object
  extended by com.esri.arcgis.geometry.esriGeometryNetworkVertexInfo
All Implemented Interfaces:
Serializable

public class esriGeometryNetworkVertexInfo
extends Object
implements Serializable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
static int __CbElements__
           
 boolean m_bEndOfPath
           
 double m_IncomingAzimuth
           
 int m_iPath
           
 double m_OutgoingAzimuth
           
 double m_RatioAlong
           
 _WKSPoint m_V
           
 int m_VID
           
 
Constructor Summary
esriGeometryNetworkVertexInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

__CbElements__

public static final int __CbElements__
See Also:
Constant Field Values

m_V

public _WKSPoint m_V

m_bEndOfPath

public boolean m_bEndOfPath

m_iPath

public int m_iPath

m_RatioAlong

public double m_RatioAlong

m_IncomingAzimuth

public double m_IncomingAzimuth

m_OutgoingAzimuth

public double m_OutgoingAzimuth

m_VID

public int m_VID
Constructor Detail

esriGeometryNetworkVertexInfo

public esriGeometryNetworkVertexInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object