예제 #1
0
 /// <summary>
 /// 基于Shapefile的构造函数
 /// </summary>
 /// <param name="shp"></param>
 internal MySpaceData(Shapefile shp)
 {
     filePath   = shp.AttrFilePath;
     dataName   = shp.Name;
     dataType   = shp.DataType;
     geoFeature = shp.GetGeometryFeature();
     property   = new MyProperty(shp.AttrFilePath);
 }