dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
GeoRSSLayer Class
The GeoRSSLayer class is used to create a layer based on GeoRSS. GeoRSS is a way to add geographic information to an RSS feed. The GeoRSSLayer supports both GeoRSS-Simple and GeoRSS GML encodings, and multiple geometry types.
ArcGIS JS API
public class GeoRSSLayer : dymaptic.GeoBlazor.Core.Components.Layers.Layer
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Layer 🡒 GeoRSSLayer
Properties
GeoRSSLayer.LayerType Property
Used internally to identify the sub type of Layer
public override string LayerType { get; }
Property Value
GeoRSSLayer.Url Property
The url for the GeoRSS source data.
public string? Url { get; set; }