Skip to content

Documentation / @geoverse/editor-core / WfstConfig

Interface: WfstConfig

Defined in: packages/editor-core/src/sync/wfst/transaction.ts:6

WFS-T 适配器配置。

Extended by

Properties

axisOrder?

ts
optional axisOrder?: AxisOrder;

Defined in: packages/editor-core/src/sync/wfst/transaction.ts:18

轴序,默认 'xy'(经,纬)。见 gml.ts 轴序坑。


featureNS

ts
featureNS: string;

Defined in: packages/editor-core/src/sync/wfst/transaction.ts:10

要素命名空间 URI。


featurePrefix

ts
featurePrefix: string;

Defined in: packages/editor-core/src/sync/wfst/transaction.ts:12

命名空间前缀(与 typeName 前缀一致),如 topp


geometryName?

ts
optional geometryName?: string;

Defined in: packages/editor-core/src/sync/wfst/transaction.ts:14

几何字段名,默认 geometry


srsName?

ts
optional srsName?: string;

Defined in: packages/editor-core/src/sync/wfst/transaction.ts:16

坐标参考系(GML srsName)。


typeName

ts
typeName: string;

Defined in: packages/editor-core/src/sync/wfst/transaction.ts:8

要素类型限定名,如 topp:states


versionProperty?

ts
optional versionProperty?: string;

Defined in: packages/editor-core/src/sync/wfst/transaction.ts:23

乐观锁版本所在的要素属性名(可选)。设置后 Update 的 Filter 追加 版本等值断言,服务端版本不匹配则更新 0 行,据此判定冲突。