OverlayFactoryCreateWfsOverlay(String, String, String, String, Color, Boolean, Boolean) Method
Create the wfs overlay object
Namespace: StreetSmart.Common.FactoriesAssembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
public static IWFSOverlay CreateWfsOverlay(
string name,
string url,
string typeName,
string version,
Color color,
bool authRequired,
bool visible = true
)
- 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
- visible Boolean (Optional)
- Visibility of the layer
IWFSOverlayOverlay object
Supported in: 18.7