Package org.geomajas.gwt.client.map.store

Examples of org.geomajas.gwt.client.map.store.DefaultRasterLayerStore$RasterCallBack


   * @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);
  }
View Full Code Here

TOP

Related Classes of org.geomajas.gwt.client.map.store.DefaultRasterLayerStore$RasterCallBack

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.