Class FeatureSelection
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.AbstractSelection
-
- org.locationtech.jts.jump.workbench.ui.FeatureSelection
-
public class FeatureSelection extends AbstractSelection
A collection of selectedFeatures
-
-
Constructor Summary
Constructors Constructor Description FeatureSelection(SelectionManager selectionManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRendererContentID()Listitems(org.locationtech.jts.geom.Geometry geometry)protected booleanselectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item)protected voidunselectInDescendants(Layer layer, Feature feature, Collection items)-
Methods inherited from class org.locationtech.jts.jump.workbench.ui.AbstractSelection
getChild, getFeaturesWithSelectedItems, getFeaturesWithSelectedItems, getFeatureToSelectedItemCollectionMap, getFeatureToSelectedItemIndexCollectionMap, getLayersWithSelectedItems, getParent, getSelectedItemIndices, getSelectedItems, getSelectedItems, getSelectedItems, getSelectedItems, indices, items, itemsNotSelectedInAncestors, selectItems, selectItems, selectItems, selectItems, setChild, setParent, unselectFromFeaturesWithModifiedItemCounts, unselectItem, unselectItems, unselectItems, unselectItems, unselectItems, unselectItems, unselectItems
-
-
-
-
Constructor Detail
-
FeatureSelection
public FeatureSelection(SelectionManager selectionManager)
-
-
Method Detail
-
items
public List items(org.locationtech.jts.geom.Geometry geometry)
- Specified by:
itemsin classAbstractSelection
-
getRendererContentID
public String getRendererContentID()
- Specified by:
getRendererContentIDin classAbstractSelection
-
selectedInAncestors
protected boolean selectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item)
- Specified by:
selectedInAncestorsin classAbstractSelection
-
unselectInDescendants
protected void unselectInDescendants(Layer layer, Feature feature, Collection items)
- Specified by:
unselectInDescendantsin classAbstractSelection
-
-