Skip to main content
Construct a Geometry from GML.
This function only supports GML 1 and GML 2. GML 3 is not supported.

Signatures

Parameters

gml
String
required
A GML string representation of a geometry.

Return type

The resulting geometry.

Example