Class PartSelection
java.lang.Object
com.vividsolutions.jump.workbench.ui.AbstractSelection
com.vividsolutions.jump.workbench.ui.PartSelection
A collection of selected
Geometry objects (parts of larger
selections).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.locationtech.jts.geom.Geometry> items(org.locationtech.jts.geom.Geometry geometry) Returns a list containing geometry components of this geometry.protected booleanselectedInAncestors(Layer layer, Feature feature, org.locationtech.jts.geom.Geometry item) protected voidunselectInDescendants(Layer layer, Feature feature, Collection<org.locationtech.jts.geom.Geometry> items) Methods inherited from class 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 Details
-
PartSelection
-
-
Method Details
-
items
Returns a list containing geometry components of this geometry.- Specified by:
itemsin classAbstractSelection
-
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<org.locationtech.jts.geom.Geometry> items) - Specified by:
unselectInDescendantsin classAbstractSelection
-