Uses of Interface
com.vividsolutions.jump.workbench.ui.LayerViewPanelContext
Packages that use LayerViewPanelContext
Package
Description
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
-
Uses of LayerViewPanelContext in com.vividsolutions.jump.workbench.ui
Classes in com.vividsolutions.jump.workbench.ui that implement LayerViewPanelContextModifier and TypeClassDescriptionclassThis class is responsible for the main window of the JUMP application.Methods in com.vividsolutions.jump.workbench.ui that return LayerViewPanelContextMethods in com.vividsolutions.jump.workbench.ui with parameters of type LayerViewPanelContextModifier and TypeMethodDescriptionstatic EditTransactionEditTransaction.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.Constructors in com.vividsolutions.jump.workbench.ui with parameters of type LayerViewPanelContextModifierConstructorDescriptionEditTransaction(Collection<Feature> features, String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures, LayerViewPanelContext layerViewPanelContext) If you want to delete a feature, you can either (1) include the feature in the features parameter, set allowAddingAndRemovingFeatures to true, then call #setGeometry(feature, empty geometry); or (2) not include the feature in the features parameter, instead using #deleteFeatureLayerViewPanel(LayerManager layerManager, LayerViewPanelContext context) -
Uses of LayerViewPanelContext in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type LayerViewPanelContextModifier and TypeMethodDescriptionstatic CollectionCopySelectedLayersToWarpingVectorsPlugIn.removeNonVectorFeaturesAndWarn(Collection features, LayerViewPanelContext context)