コード例 #1
0
ファイル: Polygonizer.cs プロジェクト: ExRam/DotSpatial-PCL
 /// <summary>
 /// Create a polygonizer with the same {GeometryFactory}
 /// as the input <c>Geometry</c>s.
 /// </summary>
 public Polygonizer()
 {
     _lineStringAdder = new LineStringAdder(this);
 }
コード例 #2
0
ファイル: Polygonizer.cs プロジェクト: AlvaIce/GFJT-2020
 /// <summary>
 /// Create a polygonizer with the same {GeometryFactory}
 /// as the input <c>Geometry</c>s.
 /// </summary>
 public Polygonizer()
 {
     _lineStringAdder = new LineStringAdder(this);
 }