com.esri.arcgis.geometry
Class esriGeometryNetworkVertexInfo3D

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

public class esriGeometryNetworkVertexInfo3D
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
           
 double m_z
           
 
Constructor Summary
esriGeometryNetworkVertexInfo3D()
           
 
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_z

public double m_z

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

esriGeometryNetworkVertexInfo3D

public esriGeometryNetworkVertexInfo3D()
Method Detail

toString

public String toString()
Overrides:
toString in class Object