Uses of Interface
com.vividsolutions.jump.workbench.ui.EditTransaction.SelectionEditor
-
Packages that use EditTransaction.SelectionEditor Package Description com.vividsolutions.jump.workbench.ui -
-
Uses of EditTransaction.SelectionEditor in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui with parameters of type EditTransaction.SelectionEditor Modifier and Type Method Description static EditTransaction
EditTransaction. createTransactionOnSelection(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, LayerViewPanelContext layerViewPanelContext, String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures)
A utility class creating a transaction able to rollback selected features after they have been edited according to the SelectionEditor definition.static Map<Feature,org.locationtech.jts.geom.Geometry>
EditTransaction. featureToNewGeometryMap(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, Layer layer)
Utility method to create a map between features and there modified geometry.
-