GEOS  3.8.0
Public Member Functions | Static Public Member Functions | List of all members
geos::geomgraph::EdgeNodingValidator Class Reference

Validates that a collection of SegmentStrings is correctly noded. More...

#include <EdgeNodingValidator.h>

Public Member Functions

 EdgeNodingValidator (std::vector< Edge *> &edges)
 
void checkValid ()
 

Static Public Member Functions

static void checkValid (std::vector< Edge *> &edges)
 Checks whether the supplied Edges are correctly noded. More...
 

Detailed Description

Validates that a collection of SegmentStrings is correctly noded.

Throws an appropriate exception if an noding error is found.

Member Function Documentation

◆ checkValid()

static void geos::geomgraph::EdgeNodingValidator::checkValid ( std::vector< Edge *> &  edges)
inlinestatic

Checks whether the supplied Edges are correctly noded.

Throws a TopologyException if they are not.

Parameters
edgesa collection of Edges.
Exceptions
TopologyExceptionif the SegmentStrings are not correctly noded

References checkValid(), and geos::noding::FastNodingValidator::checkValid().

Referenced by checkValid().


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