skrueger.geotools.selection
Class StyledFeatureLayerSelectionModel
java.lang.Object
schmitzm.swing.event.PropertyChangeEmitter<StyledLayerSelectionModelSynchronizer<StyledLayerSelectionModel<E>>>
skrueger.geotools.selection.StyledLayerSelectionModel<String>
skrueger.geotools.selection.StyledFeatureLayerSelectionModel
public class StyledFeatureLayerSelectionModel
- extends StyledLayerSelectionModel<String>
This manager holds a set of Features
which are selected
in a StyledLayerInterface
(StyledFeatureCollectionInterface
or
StyledFeatureSourceInterface
).
- Author:
- Martin Schmitz (University of Bonn/Germany)
Methods inherited from class skrueger.geotools.selection.StyledLayerSelectionModel |
addSelection, addSelection, addSelectionListener, clearSelection, createSelectionChangeEvent, getSelection, getValueIsAdjusting, refreshSelection, removeSelection, removeSelection, removeSelectionListener, setValueIsAdjusting |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StyledFeatureLayerSelectionModel
public StyledFeatureLayerSelectionModel(StyledFeaturesInterface styledLayer)
- Creates a new selection model.
- Parameters:
styledLayer
- styled map the selection is controlled of