M/impl/service/WFS~WFS


import WFS from 'M/impl/service/WFS';

Main constructor of the class. Creates a WFS layer with parameters specified by the user

new WFS(options)

impl/ol/service/WFS.js, line 23
Name Type Description
options Mx.parameters.LayerOptions

custom options for this layer

Methods

getDescribeFeatureType(map)

impl/ol/service/WFS.js, line 133

This function sets the map object of the layer

Name Type Description
map M.Map

getFeatureUrl(extent, projection){String}

impl/ol/service/WFS.js, line 171

This function gets the full URL of a GetFeature request

Name Type Description
extent ol.Extent
projection ol.proj.Projection
Returns:
GetFeature URL