GEOS  3.13.0dev
Public Member Functions | List of all members
geos::noding::SimpleNoder Class Reference

Nodes a set of SegmentStrings by performing a brute-force comparison of every segment to every other one. More...

#include <SimpleNoder.h>

Inheritance diagram for geos::noding::SimpleNoder:
geos::noding::SinglePassNoder geos::noding::Noder

Public Member Functions

 SimpleNoder (SegmentIntersector *nSegInt=nullptr)
 
void computeNodes (std::vector< SegmentString * > *inputSegmentStrings) override
 Computes the noding for a collection of SegmentStrings. More...
 
std::vector< SegmentString * > * getNodedSubstrings () const override
 Returns a Collection of fully noded SegmentStrings. More...
 
- Public Member Functions inherited from geos::noding::SinglePassNoder
 SinglePassNoder (SegmentIntersector *nSegInt=nullptr)
 
virtual void setSegmentIntersector (SegmentIntersector *newSegInt)
 Sets the SegmentIntersector to use with this noder. More...
 

Additional Inherited Members

- Protected Attributes inherited from geos::noding::SinglePassNoder
SegmentIntersectorsegInt
 Externally owned.
 

Detailed Description

Nodes a set of SegmentStrings by performing a brute-force comparison of every segment to every other one.

This has n^2 performance, so is too slow for use on large numbers of segments.

Version
1.7

Member Function Documentation

◆ computeNodes()

void geos::noding::SimpleNoder::computeNodes ( std::vector< SegmentString * > *  segStrings)
overridevirtual

Computes the noding for a collection of SegmentStrings.

Parameters
segStringsa collection of SegmentStrings to node

Implements geos::noding::SinglePassNoder.

◆ getNodedSubstrings()

std::vector<SegmentString*>* geos::noding::SimpleNoder::getNodedSubstrings ( ) const
inlineoverridevirtual

Returns a Collection of fully noded SegmentStrings.

The SegmentStrings have the same context as their parent.

Returns
a Collection of SegmentStrings

Implements geos::noding::SinglePassNoder.


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