public DrawPointAction(GeoPlatformMap mapWidget) { super( mapWidget, AbstractImagePrototype.create(Resources.ICONS.drawPointFeature()), MapModuleConstants.INSTANCE.DrawPointAction_tooltipText()); }
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(); }