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

Create the overlay object

Definition

Namespace: StreetSmart.Common.Factories
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
C#
public static IWFSOverlay CreateWfsOverlay(
	string name,
	string url,
	string typeName,
	string version,
	string sld,
	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
sld  String
Optional XML string for Styled Layer Descriptor
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