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
)
Public Shared Function CreateShapeFile (
strPathName As String,
strFileName As String,
eShapeType As ShapeType,
fieldList As IList(Of Field),
pSpatialReference As ISpatialReference
) As ShapeFile
public:
static ShapeFile^ CreateShapeFile(
String^ strPathName,
String^ strFileName,
ShapeType eShapeType,
IList<Field^>^ fieldList,
ISpatialReference^ pSpatialReference
)
static member CreateShapeFile :
strPathName : string *
strFileName : string *
eShapeType : ShapeType *
fieldList : IList<Field> *
pSpatialReference : ISpatialReference -> ShapeFile
参数
- strPathName
- 类型: SystemString
目录 - strFileName
- 类型: SystemString
文件名 - eShapeType
- 类型: GISShare.SMap.DataShapeType
ShapeFile几何类型 - fieldList
- 类型: System.Collections.GenericIListField
字段列表 - pSpatialReference
- 类型: GISShare.SMap.SpatialReferenceISpatialReference
空间参考
返回值
类型:
ShapeFileShapeFile文件
参见