Uses of Interface
com.vividsolutions.jump.workbench.ui.LayerViewPanelContext
-
Packages that use LayerViewPanelContext Package Description com.vividsolutions.jump.workbench.ui com.vividsolutions.jump.workbench.ui.plugin 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 LayerViewPanelContext Modifier and Type Class Description class
WorkbenchFrame
This class is responsible for the main window of the JUMP application.Methods in com.vividsolutions.jump.workbench.ui that return LayerViewPanelContext Modifier and Type Method Description LayerViewPanelContext
LayerViewPanel. getContext()
Methods in com.vividsolutions.jump.workbench.ui with parameters of type LayerViewPanelContext 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.Constructors in com.vividsolutions.jump.workbench.ui with parameters of type LayerViewPanelContext Constructor Description EditTransaction(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 LayerViewPanelContext Modifier and Type Method Description static Collection
CopySelectedLayersToWarpingVectorsPlugIn. removeNonVectorFeaturesAndWarn(Collection features, LayerViewPanelContext context)
-