Uses of Class
org.locationtech.jts.jump.workbench.ui.AbstractSelection
-
Packages that use AbstractSelection Package Description org.locationtech.jts.jump.workbench.ui org.locationtech.jts.jump.workbench.ui.cursortool -
-
Uses of AbstractSelection in org.locationtech.jts.jump.workbench.ui
Subclasses of AbstractSelection in org.locationtech.jts.jump.workbench.ui Modifier and Type Class Description class
FeatureSelection
A collection of selectedFeatures
class
LineStringSelection
A collection of selectedLineStrings
.class
PartSelection
A collection of selectedGeometry
objects (parts of larger selections).Methods in org.locationtech.jts.jump.workbench.ui that return AbstractSelection Modifier and Type Method Description protected AbstractSelection
AbstractSelection. getChild()
protected AbstractSelection
AbstractSelection. getParent()
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type AbstractSelection Modifier and Type Method Description void
AbstractSelection. setChild(AbstractSelection child)
void
AbstractSelection. setParent(AbstractSelection parent)
-
Uses of AbstractSelection in org.locationtech.jts.jump.workbench.ui.cursortool
Fields in org.locationtech.jts.jump.workbench.ui.cursortool declared as AbstractSelection Modifier and Type Field Description protected AbstractSelection
SelectTool. selection
-