Exemplo n.º 1
0
 public ClusterShapeFactory(ShapeDataSourceSettings settings)
 {
     this.settings       = settings;
     this.contourFactory = new ContourFactory(settings.ContourLineThinningDistance);
 }
Exemplo n.º 2
0
 public ClusterShapeFactory(ShapeDataSourceSettings settings)
 {
     this.settings = settings;
     this.contourFactory = new ContourFactory(settings.ContourLineThinningDistance);
 }