NetTopologySuite
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Package NetTopologySuite.Operation.Polygonize

Classes

class  EdgeRing
 Represents a ring of PolygonizeDirectedEdges which form a ring of a polygon. The ring may be either an outer shell or a hole. More...
 
class  PolygonizeDirectedEdge
 A DirectedEdge of a PolygonizeGraph, which represents an edge of a polygon formed by the graph. May be logically deleted from the graph by setting the marked flag. More...
 
class  PolygonizeEdge
 An edge of a polygonization graph. More...
 
class  PolygonizeGraph
 Represents a planar graph of edges that can be used to compute a polygonization, and implements the algorithms to compute the EdgeRings formed by the graph. The marked flag on DirectedEdges is used to indicate that a directed edge has be logically deleted from the graph. More...
 
class  Polygonizer
 Polygonizes a set of IGeometrys which contain linework that represents the edges of a planar graph. More...