IWFSOverlay Interface

Information about the overlay

Definition

Namespace: StreetSmart.Common.Interfaces.Data
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
C#
public interface IWFSOverlay : IOverlay
Implements
IOverlay

Properties

AuthRequired Whether this layer requires authentication to access
Color Optional color
(Inherited from IOverlay)
Credentials Credentials used to access the layer.
Id Id of the overlay
(Inherited from IOverlay)
Name Name of the layer
(Inherited from IOverlay)
Sld Optional XML string for Styled Layer Descriptor.
(Inherited from IOverlay)
TypeName The type name of the layer
Url The url where the WFS is hosted
Version The WFS version to be used
Visible visibility of the layer
(Inherited from IOverlay)

Methods

FillInParameters
(Inherited from IOverlay)

Version Information

Supported in: 18.7

See Also