computeNodes abstract method

void computeNodes(
  1. List segStrings
)
override

Computes the noding for a collection of {@link SegmentString}s. Some Noders may add all these nodes to the input SegmentStrings; others may only add some or none at all.

@param segStrings a collection of {@link SegmentString}s to node

Implementation

void computeNodes(List segStrings);