GraphComponent - sindizzy/DSW GitHub Wiki

GraphComponent

This page documents the difference between the GraphComponent classes. The differences are explained in the table below and highlighted in Red in the follow class diagrams.

Table of Differences

|| Class || Component || Difference || Reason for Change || | GraphComponent | Fields | The DotSpatial variable start with an underscore ( _ ) | | | GraphComponent | Properties | Removed the NTS Marked property | | | GraphComponent | Methods | Removed the NTS Graph Component method | | | Node | Fields | The DotSpatial variable start with an underscore ( _ ) | | | Edge | Fields | The DotSpatial variable start with an underscore ( _ ) | | | Edge | Properties | Added the IsVisited property | | | PolygonizeEdge | Fields | The DotSpatial variable start with an underscore ( _ ) | | | LineMergeEdge | Fields | The DotSpatial variable start with an underscore ( _ ) | | | DirectEdge | Fields | The DotSpatial variable start with an underscore ( _ ) | | | DirectEdge | Properties | Added the StartPoint property | | | DirectEdge | Properties | Removed the NTS DirectionPt property | | | PolygonizeDirectEdge | Fields | The DotSpatial variable start with an underscore ( _ ) | |

DotSpatial Graph Component Class:

NetTopology Suite Graph Component Class: