Package org.geomajas.gwt.client.controller

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


  // Constructor:

  public FeatureInfoModalAction(MapWidget mapWidget) {
    super("[ISOMORPHIC]/geomajas/osgeo/info.png", I18nProvider.getToolbar().featureInfo());
    this.mapWidget = mapWidget;
    controller = new FeatureInfoController(mapWidget, pixelTolerance);
  }
View Full Code Here

TOP

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

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.