Show / Hide Table of Contents

Class IgbGeographicMapImagery

Control class used for displaying multi-scale TileSource imagery. Designed to be used for background imagery in the IgbGeographicMap.

Inheritance
System.Object
BaseRendererElement
IgbGeographicMapImagery
IgbArcGISOnlineMapImagery
IgbBingMapsMapImagery
IgbCustomMapImagery
IgbOpenStreetMapImagery
IgbTileGeneratorMapImagery
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGeographicMapImagery : BaseRendererElement, JsonSerializable

Constructors

IgbGeographicMapImagery()

Declaration
public IgbGeographicMapImagery()

Properties

CancellingImage

Declaration
public Action<IgbCancellingMultiScaleImageEventArgs> CancellingImage { get; set; }
Property Value
Type Description
System.Action<IgbCancellingMultiScaleImageEventArgs>

CancellingImageScript

Declaration
public string CancellingImageScript { get; set; }
Property Value
Type Description
System.String

DownloadingImage

Declaration
public Action<IgbDownloadingMultiScaleImageEventArgs> DownloadingImage { get; set; }
Property Value
Type Description
System.Action<IgbDownloadingMultiScaleImageEventArgs>

DownloadingImageScript

Declaration
public string DownloadingImageScript { get; set; }
Property Value
Type Description
System.String

GeographicMap

The IgbGeographicMap which is hosting this GeographicMapImagery control.

Declaration
public IgbGeographicMap GeographicMap { get; set; }
Property Value
Type Description
IgbGeographicMap

ImagesChanged

Declaration
public Action<IgbImagesChangedEventArgs> ImagesChanged { get; set; }
Property Value
Type Description
System.Action<IgbImagesChangedEventArgs>

ImagesChangedScript

Declaration
public string ImagesChangedScript { get; set; }
Property Value
Type Description
System.String

ImageTilesReady

Declaration
public EventCallback<IgbImageTilesReadyEventArgs> ImageTilesReady { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbImageTilesReadyEventArgs>

ImageTilesReadyScript

Declaration
public string ImageTilesReadyScript { get; set; }
Property Value
Type Description
System.String

IsHorizontalWrappingEnabled

Gets or sets if horizontal wrapping is enabled for the imagery.

Declaration
public bool IsHorizontalWrappingEnabled { get; set; }
Property Value
Type Description
System.Boolean

Opacity

Declaration
public double Opacity { get; set; }
Property Value
Type Description
System.Double

Referer

Gets or sets the referer sent in the headers of the tile request.

Declaration
public string Referer { get; set; }
Property Value
Type Description
System.String

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.Type

UserAgent

Gets or sets the UserAgent sent in the headers of the tile request.

Declaration
public string UserAgent { get; set; }
Property Value
Type Description
System.String

WindowRect

A rectangle representing the portion of the map imagery currently in view.

Declaration
public Rect WindowRect { get; set; }
Property Value
Type Description
Rect
Remarks

A rectangle at X=0, Y=0 with a Height and Width of 1 implies the entire plotting area is in view. A Height and Width of .5 would imply that the view is halfway zoomed in.

Methods

ClearTileCache()

Declaration
public void ClearTileCache()

ClearTileCacheAsync()

Removes all cached tile Imagery from the

Declaration
public Task ClearTileCacheAsync()
Returns
Type Description
System.Threading.Tasks.Task

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererElement.FindByName(String)

Implements

JsonSerializable