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 classFeatureSelectionA collection of selectedFeaturesclassLineStringSelectionA collection of selectedLineStrings.classPartSelectionA collection of selectedGeometryobjects (parts of larger selections).Methods in org.locationtech.jts.jump.workbench.ui that return AbstractSelection Modifier and Type Method Description protected AbstractSelectionAbstractSelection. getChild()protected AbstractSelectionAbstractSelection. getParent()Methods in org.locationtech.jts.jump.workbench.ui with parameters of type AbstractSelection Modifier and Type Method Description voidAbstractSelection. setChild(AbstractSelection child)voidAbstractSelection. 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 AbstractSelectionSelectTool. selection
-