IGeoJsonOverlay Interface

Information about the overlay

Definition

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