new GML_v2
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
options |
ol.parser.GMLOptions |
<optional> |
(Optional) Optional configuration object. |
- Source:
- gml_v2.js, line 14
Methods
-
write
-
Parameters:
Name Type Argument Description obj
ol.parser.ReadFeaturesResult Object structure to write out as GML.
options
ol.parser.GMLWriteOptions <optional>
(Optional) Write options.
- Source:
- gml_v2.js, line 122
Returns:
A string representing the GML document.
- Type
- string