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

Examples of org.locationtech.udig.project.internal.commands.SetApplicabilityCommand


    public UndoableMapCommand createCreateMapCommand( List<IGeoResource> layerResources ) {
        return new CreateMapCommand(null, layerResources, null);
    }

    public UndoableMapCommand createSetApplicabilityCommand( ILayer layer, Interaction applicabilityId, boolean newValue ) {
        return new SetApplicabilityCommand(layer, applicabilityId, newValue);
    }
View Full Code Here

TOP

Related Classes of org.locationtech.udig.project.internal.commands.SetApplicabilityCommand

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.