Example #1
0
 public ShpHelper(string filePath, string fileName)
 {
     shpReader = new iTelluro.DataTools.Utility.SHP.ShpReader(Path.Combine(filePath, fileName));
 }
Example #2
0
 public ShpHelper(string shpName)
 {
     shpFilePath = shpFilePath + shpName;
     shpReader   = new iTelluro.DataTools.Utility.SHP.ShpReader(shpFilePath);
 }