WmsTileOverlay¶
Namespace: ThinkGeo.UI.Blazor
public class WmsTileOverlay : TileOverlay, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleEvent, Microsoft.AspNetCore.Components.IHandleAfterRender
Inheritance Object → ComponentBase → Overlay → TileOverlay → WmsTileOverlay
Implements IComponent, IHandleEvent, IHandleAfterRender
Properties¶
Parameters¶
Gets or sets the parameters of WMS Server.
public Dictionary<string, string> Parameters { get; set; }
Property Value¶
ServerUris¶
Gets or sets the hosts of WMS.
public Collection<Uri> ServerUris { get; set; }
Property Value¶
IsVisible¶
public bool IsVisible { get; set; }
Property Value¶
MaxExtent¶
Gets or sets the max extent of TileOverlay.
public RectangleShape MaxExtent { get; set; }
Property Value¶
RectangleShape
TileHeight¶
Gets or sets the height of tile.
public int TileHeight { get; set; }
Property Value¶
TileWidth¶
Gets or sets the width of tile.
public int TileWidth { get; set; }
Property Value¶
WrappingMode¶
Gets or sets whether allow wrap date line.
public WrappingMode WrappingMode { get; set; }
Property Value¶
WrappingMode
Id¶
Gets or sets Id.
public string Id { get; set; }
Property Value¶
Constructors¶
WmsTileOverlay()¶
public WmsTileOverlay()
Methods¶
BuildRenderTree(RenderTreeBuilder)¶
protected void BuildRenderTree(RenderTreeBuilder __builder)
Parameters¶
__builder
RenderTreeBuilder
InitAsync()¶
protected internal Task InitAsync()
Returns¶
ReleaseAsync()¶
protected internal Task ReleaseAsync()
Returns¶
OnAfterRenderAsync(Boolean)¶
protected Task OnAfterRenderAsync(bool firstRender)
Parameters¶
firstRender
Boolean