IGeoJsonOverlay 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 IGeoJsonOverlay : IOverlay
Implements
IOverlay

Properties

Color Optional color
(Inherited from IOverlay)
GeoJson GeoJSON object containing the layer data
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)
Srs Optional EPSG code (srs) for the source GeoJSON, if not provided, srs of API initialisation is used.
Visible visibility of the layer
(Inherited from IOverlay)

Methods

FillInParameters
(Inherited from IOverlay)

Version Information

Supported in: 18.7

See Also