CAttStruct Class

CAttStruct(option)

属性结构

Fx构造函数

# new CAttStruct(option)

属性结构

参数:
名称 类型 属性 默认值 描述
option Object

属性键值对

FldNumber Number <optional>
0

属性个数

FldName Array <optional>
null

属性字段名数组,Array,string in an Array

FldType Array <optional>
null

属性字段类型数组,Array,string in an Array

查看源代码 service/common/CAttStruct.js, line 8

CAttStruct(option)

地理数据库信息对象构造函数

Fx构造函数

# new CAttStruct(option)

地理数据库信息对象构造函数

参数:
名称 类型 属性 默认值 描述
option Object

属性键值对

ServerName String <optional>
null

数据源名称

GDBName String <optional>
null

数据库名称

User String <optional>
null

用户名

Password String <optional>
null

密码

查看源代码 service/common/CGDBInfo.js, line 5