Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 481 Bytes

geom_from_gml.md

File metadata and controls

25 lines (13 loc) · 481 Bytes

Funzione geom_from_gml

Restituisce una geometria da una rappresentazione GML di una geometria.

Sintassi

geom_from_gml(gml)

Argomenti

  • gml Rappresentazione GML di una geometria come stringa

Esempi

  • geom_to_wkt(geom_from_gml('<gml:LineString srsName="EPSG:4326"><gml:coordinates>4,4 5,5 6,6</gml:coordinates></gml:LineString>') ) → 'LineString (4 4, 5 5, 6 6)'

nota bene

--

osservazioni

--