* @param mapModel
* The model of layers and features behind a map. This layer will be a part of this model.
*/
public RasterLayer(MapModel mapModel, ClientRasterLayerInfo layerInfo) {
super(mapModel, layerInfo);
store = new DefaultRasterLayerStore(this);
}