Package org.locationtech.udig.project.internal.commands.selection

Examples of org.locationtech.udig.project.internal.commands.selection.SelectCommand


     *
     * @return a {@linkplain SelectCommand}
     * @see MapCommand
     */
    public MapCommand createSelectCommand(ILayer layer, Filter filter) {
        return new SelectCommand(layer, filter);
    }
View Full Code Here


     * @return a {@linkplain SelectCommand}
     * @see MapCommand
     */
    @Override
    public UndoableMapCommand createSelectCommand(ILayer layer, Filter filter) {
        return new SelectCommand(layer, filter);
    }
View Full Code Here

TOP

Related Classes of org.locationtech.udig.project.internal.commands.selection.SelectCommand

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.