WfsFeatureTable

constructor(url: String, tableName: String)

Creates a WFS feature table from the URL of a WFS Service and a table name.

Since

200.1.0

Parameters

url

The URL of a WFS service.

tableName

The name of the layer (feature type) from the WFS service.


constructor(layerInfo: WfsLayerInfo)

Creates a WFS feature table from WFS layer information.

Since

200.1.0

Parameters