new WFS
Stability: experimental
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
options |
olx.format.WFSOptions |
<optional> |
Optional configuration object. |
- Source:
- wfsformat.js, line 21
Extends
- ol.format.XMLFeature
Methods
-
readFeatureCollectionMetadata
Stability: not documented -
Parameters:
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
- Source:
- wfsformat.js, line 116
Returns:
FeatureCollection metadata.
- Type
- ol.format.WFS.FeatureCollectionMetadata | undefined
-
readTransactionResponse
Stability: not documented -
Parameters:
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
- Source:
- wfsformat.js, line 95
Returns:
Transaction response.
- Type
- ol.format.WFS.TransactionResponse | undefined
-
writeGetFeature
Stability: not documented -
Parameters:
Name Type Description optionsolx.format.WFSWriteGetFeatureOptions Options.
- Source:
- wfsformat.js, line 552
Returns:
Result.
- Type
- Node
-
writeTransaction
Stability: not documented -
Parameters:
Name Type Description insertsArray.<ol.Feature> The features to insert.
updatesArray.<ol.Feature> The features to update.
deletesArray.<ol.Feature> The features to delete.
optionsolx.format.WFSWriteTransactionOptions Write options.
- Source:
- wfsformat.js, line 603
Returns:
Result.
- Type
- Node
OpenLayers 3