WfsFeatureTable.withUriAndTableName constructor

WfsFeatureTable.withUriAndTableName({
  1. required Uri uri,
  2. required String tableName,
})

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

Parameters:

  • uri — The URL of a WFS service.
  • tableName — The name of the layer (feature type) from the WFS service.