Options
All
  • Public
  • Public/Protected
  • All
Menu

A model that can provide access to raster images. To visualize such a model in a Map, use a RasterImageLayer.

There are two implementations: GoogleImageModel and WMSImageModel.

Note that this is an "abstract" model and should never be instantiated directly. Only its subtypes can be directly instantiated.

RasterImageModel is not supported in hardware-accelerated map.

since

2013.1

Hierarchy

Implements

Overview

Constructors

Events

Accessors

Methods

Constructors

Protected constructor

Events

on

  • (event: "Invalidated", callback: (...args: any[]) => void, context?: any): Handle
  • An event indicating that this Controller is invalidated. Invalidated means that data has changed and the visualization needs to be refreshed. This event fires when #invalidate is called.

    Parameters

    • event: "Invalidated"
    • callback: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    • Optional context: any

    Returns Handle

Accessors

bounds

coordinateType

modelDescriptor

reference

Methods

invalidate

  • (): void
  • Signals that the underlying data for the tiled images has changed. If this model is added to a map using a RasterImageLayer, calling this method will thus trigger a refresh of the visualization.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method