/// <summary> /// Create a polygonizer with the same {GeometryFactory} /// as the input <c>Geometry</c>s. /// </summary> public Polygonizer() { _lineStringAdder = new LineStringAdder(this); }