OverlayFactoryCreateWfsOverlay(String, String, String, String, Color, Boolean, String, String, Boolean) Method

Create the wfs overlay object

Definition

Namespace: StreetSmart.Common.Factories
Assemblies:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 25.4.0.0+7bd49053dfe51af01391d923dce38932dc8e8587
  StreetSmart.WPF (in StreetSmart.WPF.dll) Version: 25.4.0.0+7bd49053dfe51af01391d923dce38932dc8e8587
C#
public static IWFSOverlay CreateWfsOverlay(
	string name,
	string url,
	string typeName,
	string version,
	Color color,
	bool authRequired,
	string username,
	string password,
	bool visible = true
)

Parameters

name  String
Name of the layer.
url  String
The url where the WFS is hosted
typeName  String
The type name of the layer
version  String
The WFS version to be used
color  Color
Color for the layer
authRequired  Boolean
Whether this layer requires authentication to access
username  String
Username of the user.
password  String
Password of the user.
visible  Boolean  (Optional)
Visibility of the layer

Return Value

IWFSOverlay
Overlay object

Version Information

Supported in: 18.7

See Also