Package org.geomajas.gwt.client.controller

Examples of org.geomajas.gwt.client.controller.OverviewMapController


   * Override the initialize method, to set a controller, and perhaps apply the target map's max extent.
   */
  @Override
  protected void initializationCallback(GetMapConfigurationResponse r) {
    super.initializationCallback(r);
    setController(new OverviewMapController(this));
    updateMaxExtent();
  }
View Full Code Here

TOP

Related Classes of org.geomajas.gwt.client.controller.OverviewMapController

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.