ShapeFile字段
命名空间:
GISShare.SMap.Data
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public Field(
string strName,
FieldType eFieldType,
int iLength,
int iDecimalCount
)
Public Sub New (
strName As String,
eFieldType As FieldType,
iLength As Integer,
iDecimalCount As Integer
)
public:
Field(
String^ strName,
FieldType eFieldType,
int iLength,
int iDecimalCount
)
new :
strName : string *
eFieldType : FieldType *
iLength : int *
iDecimalCount : int -> Field
参数
- strName
- 类型: SystemString
字段名 - eFieldType
- 类型: GISShare.SMap.DataFieldType
类型 - iLength
- 类型: SystemInt32
长度 - iDecimalCount
- 类型: SystemInt32
精度
参见