new ol.format.GML(opt_options) experimental
| Name | Type | Description | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
optional
Optional configuration object.
|
||||||||||||||||||||||||||||
Extends
Methods
-
readFeatures(source){Array.<ol.Feature>} experimental
-
Read all features from a GML FeatureCollection.
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
Returns:
Features.
-
writeFeatures(features){ArrayBuffer|Node|Object|string} experimental
-
Encode an array of features in GML 3.1.1 Simple Features.
Name Type Description featuresArray.<ol.Feature> Features.
Returns:
Result.
OpenLayers 3