Package org.locationtech.udig.bookmarks.internal.command

Examples of org.locationtech.udig.bookmarks.internal.command.GotoBookmarkCommand


     * @param target The target bookmark for the new command
     * @return a new GotoBookmarkCommand object
     * @see NavCommand
     */
    public NavCommand createGotoBookmarkCommand(Bookmark target) {
        return new GotoBookmarkCommand(target);
    }
View Full Code Here

TOP

Related Classes of org.locationtech.udig.bookmarks.internal.command.GotoBookmarkCommand

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.