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

Hierarchy

Hierarchy (view full)

Constructors

Accessors

  • get cancellingImage(): ((s, e) => void)
  • Event raised when an image is being downloaded.

    Returns ((s, e) => void)

  • set cancellingImage(ev): void
  • Parameters

    • ev: ((s, e) => void)

    Returns void

  • get deferralHandler(): IMapRenderDeferralHandler
  • The deferral handler to use for deferred refreshes.

    Returns IMapRenderDeferralHandler

  • set deferralHandler(v): void
  • Parameters

    • v: IMapRenderDeferralHandler

    Returns void

  • get downloadingImage(): ((s, e) => void)
  • Event raised when an image is being downloaded.

    Returns ((s, e) => void)

  • set downloadingImage(ev): void
  • Parameters

    • ev: ((s, e) => void)

    Returns void

  • get geographicMap(): IgcGeographicMapComponent
  • The IgxGeographicMapComponent which is hosting this GeographicMapImagery control.

    Returns IgcGeographicMapComponent

  • set geographicMap(v): void
  • Parameters

    Returns void

  • get imageTilesReady(): ((s, e) => void)
  • Event raised when the image tiles have been downloaded.

    Returns ((s, e) => void)

  • set imageTilesReady(ev): void
  • Parameters

    Returns void

  • get imagesChanged(): ((s, e) => void)
  • Event raised when tile images have changed.

    Returns ((s, e) => void)

  • set imagesChanged(ev): void
  • Parameters

    Returns void

  • get isHorizontalWrappingEnabled(): boolean
  • Gets or sets if horizontal wrapping is enabled for the imagery.

    Returns boolean

  • set isHorizontalWrappingEnabled(v): void
  • Parameters

    • v: boolean

    Returns void

  • get opacity(): number
  • Returns number

  • set opacity(v): void
  • Parameters

    • v: number

    Returns void

  • get referer(): string
  • Gets or sets the referer sent in the headers of the tile request.

    Returns string

  • set referer(v): void
  • Parameters

    • v: string

    Returns void

  • get userAgent(): string
  • Gets or sets the UserAgent sent in the headers of the tile request.

    Returns string

  • set userAgent(v): void
  • Parameters

    • v: string

    Returns void

  • get windowRect(): IgRect
  • A rectangle representing the portion of the map imagery currently in view. 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.

    Returns IgRect

  • set windowRect(v): void
  • Parameters

    • v: IgRect

    Returns void

Methods

  • Removes all cached tile Imagery from the

    Returns void

  • Parameters

    • name: string

    Returns any