IGeoJsonOverlay Interface

Information about the overlay

Definition

Namespace: StreetSmart.Common.Interfaces.Data
Assemblies:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 25.7.0.0+8d57adf8e9b2f0e8b292285b4ebbbdc257654fdc
  StreetSmart.WPF (in StreetSmart.WPF.dll) Version: 25.7.0.0+8d57adf8e9b2f0e8b292285b4ebbbdc257654fdc
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