Creates a new image model with the given options. This is an "abstract" model and should never be instantiated directly.
parameters to configure the RasterImageModel.
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.
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.
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.2013.1