Package org.geotools.swt.tool

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

TOP

Related Classes of org.geotools.swt.tool.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.