コード例 #1
0
 public DotSpatialPerformance(List <string> files, GisType gisType)
 {
     _files   = files;
     _gisType = gisType;
     _rnd     = new Random();
 }
コード例 #2
0
 public PerformanceBenchmark(List <string> files, GisType gisType)
 {
     _files   = files;
     _gisType = gisType;
     _rnd     = new Random();
 }