public interface FeatureSelectableLayer extends BehavioralLayer
Modifier and Type | Method and Description |
---|---|
java.util.Collection<NFEFeature> |
getSelectedFeatures()
Gets the currently selected features
|
void |
selectFeatures(java.util.Collection<java.lang.Long> featureIds)
Selects a group of features.
|
void |
setFeatureSelection(java.util.Collection<java.lang.Long> featureIds)
Sets the given features as selected.
|
refresh
void selectFeatures(java.util.Collection<java.lang.Long> featureIds)
featureIds
- a collection containing the IDs of the features to be selectedvoid setFeatureSelection(java.util.Collection<java.lang.Long> featureIds)
featureIds
- a collection of feature IDs to be selectedjava.util.Collection<NFEFeature> getSelectedFeatures()