new GML_v3
Read and write GML version 3.1.1
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
options |
ol.parser.GMLOptions |
<optional> |
(Optional) Optional configuration object. |
- Source:
- gml_v3.js, line 19
Methods
-
write
-
Parameters:
Name Type Argument Description objol.parser.ReadFeaturesResult Object structure to write out as XML.
optionsol.parser.GMLWriteOptions <optional>
(Optional) Write options.
- Source:
- gml_v3.js, line 425
Returns:
An string representing the XML document.
- Type
- string