Examples of InfoTool


Examples of org.geotools.swing.tool.InfoTool

     * map pane's cursor tool being set to a PanTool object
     *
     * @param ev the event (not used)
     */
    public void actionPerformed(ActionEvent ev) {
        getMapPane().setCursorTool(new InfoTool());
    }
View Full Code Here

Examples of org.geotools.swt.tool.InfoTool

     * map pane's cursor tool being set to a PanTool object
     *
     * @param ev the event (not used)
     */
    public void run() {
        getMapPane().setCursorTool(new InfoTool());
    }
View Full Code Here

Examples of org.locationtech.udig.tool.info.InfoTool

    layers.add(new WMSLayer(this.map, this.wmslayer, this.wms));
  }

  @Test
  public void testWMSBasic() throws Exception {
    InfoTool infoTool = new InfoTool();
   
    IToolContext context = new TestToolContext(this.bufferedClickBbox,
        this.crs, this.viewportPane, this.layers, this.viewportModel
        );
   
    infoTool.setContext(context);
   
    MapMouseEvent e = new MapMouseEvent(null, 5, 5,
        MapMouseEvent.NONE, MapMouseEvent.NONE, MapMouseEvent.NONE);
   
        /*
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.