com.esri.arcgis.geometry
Class esriGeometryNetworkVertexInfo3D

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

public class esriGeometryNetworkVertexInfo3D
extends java.lang.Object
implements java.io.Serializable

COM Struct 'esriGeometryNetworkVertexInfo3D'. Generated 3/19/2015 1:21:03 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =

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
 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object