Package org.locationtech.udig.tools.edit.commands.selection

Examples of org.locationtech.udig.tools.edit.commands.selection.WriteModificationsStartEditingStrategy


     * @param typeToCreate the type of geometry to begin creating if a click does not intersect with anything.  If null then
     * the click will only clear the current selection.
     */
    public void initDefaultStrategies(ShapeType typeToCreate){
        selectionStrategies.add(new SelectFeatureStrategy() );
        deselectionStrategies.add(new WriteModificationsStartEditingStrategy(typeToCreate));
    }
View Full Code Here

TOP

Related Classes of org.locationtech.udig.tools.edit.commands.selection.WriteModificationsStartEditingStrategy

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.