点击或拖拽改变大小

ShapeFileCreateShapeFile 方法

创建ShapeFile文件

命名空间:  GISShare.SMap.Data
程序集:  GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public static ShapeFile CreateShapeFile(
	string strPathName,
	string strFileName,
	ShapeType eShapeType,
	IList<Field> fieldList,
	ISpatialReference pSpatialReference
)

参数

strPathName
类型: SystemString
目录
strFileName
类型: SystemString
文件名
eShapeType
类型: GISShare.SMap.DataShapeType
ShapeFile几何类型
fieldList
类型: System.Collections.GenericIListField
字段列表
pSpatialReference
类型: GISShare.SMap.SpatialReferenceISpatialReference
空间参考

返回值

类型: ShapeFile
ShapeFile文件
参见