experimental new ol.format.WFS(opt_options)
| Name | Type | Argument | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
optional
Optional configuration object.
|
||||||||||||||
Extends
Methods
-
experimental readFeatureCollectionMetadata(source){ol.format.WFS.FeatureCollectionMetadata|undefined}
-
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
Returns:
metadata.
-
experimental readTransactionResponse(source){ol.format.WFS.TransactionResponse|undefined}
-
Name Type Description sourceArrayBuffer | Document | Node | Object | string Source.
Returns:
response.
-
experimental writeGetFeature(options){Node}
-
Name Type Description optionsOptions.
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.
-
experimental writeTransaction(inserts, updates, deletes, options){Node}
-
Name Type Description insertsArray.<ol.Feature> The features to insert.
updatesArray.<ol.Feature> The features to update.
deletesArray.<ol.Feature> The features to delete.
optionsWrite options.
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.
OpenLayers 3