Package org.locationtech.udig.tool.info

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

Related Classes of org.locationtech.udig.tool.info.InfoTool

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.