module documentation

GML geometry writer.

Function shape_to_element Convert a Shape to a GML3 geometry element.
Function _pos Undocumented
Function _tag Undocumented
def shape_to_element(shape: gws.IShape, coordinate_precision: t.Optional[int] = None, always_xy=False, crs_format: gws.CrsFormat = gws.CrsFormat.urn, namespace: t.Optional[gws.XmlNamespace] = None, with_xmlns=True, with_inline_xmlns=False) -> gws.IXmlElement: (source)

Convert a Shape to a GML3 geometry element.

def _pos(geom, opts, as_list=True): (source)

Undocumented

def _tag(geom, opts): (source)

Undocumented