GEOS  3.9.0
Public Member Functions | Static Public Member Functions | List of all members
geos::operation::overlayng::EdgeMerger Class Reference

#include <EdgeMerger.h>

Public Member Functions

 EdgeMerger (std::vector< Edge *> &p_edges)
 
std::vector< Edge * > merge ()
 

Static Public Member Functions

static std::vector< Edge * > merge (std::vector< Edge *> &edges)
 

Detailed Description

Performs merging on the noded edges of the input geometries. Merging takes place on edges which are coincident (i.e. have the same coordinate list, modulo direction). The following situations can occur:

One constraint that is maintained is that the direction of linear edges should be preserved if possible (which is the case if there is no other coincident edge, or if all coincident edges have the same direction). This ensures that the overlay output line direction will be as consistent as possible with input lines.

Author
mdavis

The documentation for this class was generated from the following file: