[JPP-Devel] selected features only

2009-12-20 Thread luca marletta
Hi list, I've not yet much clear a way to implement the ALL_Layer_Feature or just Selected I mean if I do Collection candidateFeatures = selection_only ? context.getLayerViewPanel().getSelectionManager().getSelectedItems(layer)

Re: [JPP-Devel] selected features only

2009-12-20 Thread Stefan Steiniger
there is also a method: getFeaturesWithSelectedItems() does this help? and you may look for instance what the bufferplugin or the union plugin do. Because they present two different dialogs if features are selected. Geometry Functions has a checkbox for selected features. stefan luca marletta