setNoder method

void setNoder(
  1. Noder noder
)

Sets the {@link Noder} to use during noding. This allows choosing fast but non-robust noding, or slower but robust noding.

@param noder the noder to use

Implementation

void setNoder(Noder noder) {
  workingNoder = noder;
}