new GML_v3
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
options |
ol.parser.GMLOptions |
<optional> |
(Optional) Optional configuration object. |
- Source:
- gml_v3.js, line 16
Methods
-
write
-
Parameters:
Name Type Argument Description obj
ol.parser.ReadFeaturesResult Object structure to write out as XML.
options
ol.parser.GMLWriteOptions <optional>
(Optional) Write options.
- Source:
- gml_v3.js, line 421
Returns:
An string representing the XML document.
- Type
- string