Package org.locationtech.udig.project.internal.command.navigation

Examples of org.locationtech.udig.project.internal.command.navigation.ZoomExtentCommand


     *
     * @return a new ZoomExtentCommand object
     * @see NavCommand
     */
    public NavCommand createZoomExtentCommand() {
        return new ZoomExtentCommand();
    }
View Full Code Here


    /**
     * @see org.locationtech.udig.project.ui.tool.ActionTool#run()
     */
    public void run() {
      NavigationUpdateThread.getUpdater().cancel();
      getContext().sendASyncCommand(new ZoomExtentCommand());
    }
View Full Code Here

     * @return a new ZoomExtentCommand object
     * @see NavCommand
     * @deprecated Please use ZoomExtentCommand()
     */
    public NavCommand createZoomExtentCommand() {
        return new ZoomExtentCommand();
    }
View Full Code Here

TOP

Related Classes of org.locationtech.udig.project.internal.command.navigation.ZoomExtentCommand

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.