C# Class MapAround.Geometry.SDMinVertexWeightNeededEventArgs

Instances of Maparound.Geometry.SDMinVertexWeightNeededEventArgs contains data for the SDMinVertexWeightNeeded event.
Inheritance: System.EventArgs
ファイルを表示 Open project: gkrsu/maparound.core Class Usage Examples

Public Methods

Method Description
SDMinVertexWeightNeededEventArgs ( ICoordinate previousPoint, ICoordinate point, ICoordinate nextPoint, int pathIndex, int pointIndex ) : System

Initializes a new instance of MapAround.Geometry.SDMinVertexWeightNeededEventArgs.

Method Details

SDMinVertexWeightNeededEventArgs() public method

Initializes a new instance of MapAround.Geometry.SDMinVertexWeightNeededEventArgs.
public SDMinVertexWeightNeededEventArgs ( ICoordinate previousPoint, ICoordinate point, ICoordinate nextPoint, int pathIndex, int pointIndex ) : System
previousPoint ICoordinate Coordinate of previous point
point ICoordinate Coordinate of point for defining a weight
nextPoint ICoordinate Coordinate of next point
pathIndex int Line path index
pointIndex int Index of a point in the line path
return System