public DrawPointAction(GeoPlatformMap mapWidget) {
   super(
       mapWidget,
       AbstractImagePrototype.create(Resources.ICONS.drawPointFeature()),
       MapModuleConstants.INSTANCE.DrawPointAction_tooltipText());
 }
Esempio n. 2
0
 public ReshapeAction(GeoPlatformMap mapWidget) {
   super("Reshape", Resources.ICONS.shape(), mapWidget);
   // TODO Auto-generated constructor stub
 }
 public ZoomNextAction(GeoPlatformMap theMapWidget) {
   super(Resources.ICONS.zoomNext(), "Zoom Next");
   this.mapWidget = theMapWidget;
   this.addHandler();
 }