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