getNodedSubstrings method

List getNodedSubstrings()
override

Returns a {@link List} of fully noded {@link SegmentString}s. The SegmentStrings have the same context as their parent.

@return a List of SegmentStrings

Implementation

List getNodedSubstrings() {
  List splitSS = noder.getNodedSubstrings();
  if (isScaled) rescale(splitSS);
  return splitSS;
}