Skip to content

Documentation / @geoverse/editor-core / geometryToGml

Function: geometryToGml()

ts
function geometryToGml(geometry, options?): string;

Defined in: packages/editor-core/src/sync/wfst/gml.ts:49

序列化单个几何为 GML3。GeometryCollection 不支持(编辑器几何类型不含它)。

Parameters

geometry

Geometry

options?

GmlOptions = {}

Returns

string