new WFS
Parameters:
| Name | Type | Argument | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
olx.format.WFSOptions |
<optional> |
Optional configuration object. Properties
|
- Source:
- wfsformat.js, line 22
Extends
- ol.format.XMLFeature
Methods
-
readFeatureCollectionMetadata
Stability: experimental -
Parameters:
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
- Source:
- wfsformat.js, line 119
Returns:
FeatureCollection metadata.
- Type
- ol.format.WFS.FeatureCollectionMetadata | undefined
-
readTransactionResponse
Stability: experimental -
Parameters:
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
- Source:
- wfsformat.js, line 97
Returns:
Transaction response.
- Type
- ol.format.WFS.TransactionResponse | undefined
-
writeGetFeature
Stability: experimental -
Parameters:
Name Type Description optionsolx.format.WFSWriteGetFeatureOptions Options.
Properties
Name Type Description featureNSstring The namespace URI used for features.
featurePrefixstring The prefix for the feature namespace.
featureTypesArray.<string> The feature type names.
srsNamestring | undefined SRS name. No srsName attribute will be set on geometries when this is not provided.
handlestring | undefined Handle.
outputFormatstring | undefined Output format.
maxFeaturesnumber | undefined Maximum number of features to fetch.
geometryNamestring | undefined Geometry name to use in a BBOX filter.
bboxol.Extent | undefined Extent to use for the BBOX filter.
- Source:
- wfsformat.js, line 556
Returns:
Result.
- Type
- Node
-
writeTransaction
Stability: experimental -
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.
Properties
Name Type Description featureNSstring The namespace URI used for features.
featurePrefixstring The prefix for the feature namespace.
featureTypestring The feature type name.
srsNamestring | undefined SRS name. No srsName attribute will be set on geometries when this is not provided.
handlestring | undefined Handle.
nativeElementsArray.<Object> Native elements. Currently not supported.
- Source:
- wfsformat.js, line 608
Returns:
Result.
- Type
- Node
OpenLayers 3