Uses of Interface
org.locationtech.jts.jump.workbench.ui.LayerViewPanelContext
-
Packages that use LayerViewPanelContext Package Description org.locationtech.jts.jump.demo.layerviewpanel org.locationtech.jts.jump.workbench.ui org.locationtech.jts.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 org.locationtech.jts.jump.demo.layerviewpanel
Classes in org.locationtech.jts.jump.demo.layerviewpanel that implement LayerViewPanelContext Modifier and Type Class Description class
MapTab
To use this panel, set the "jump-demo-data-directory" system property to the directory containing tenures-extract.xml and ownership-extract.xml. -
Uses of LayerViewPanelContext in org.locationtech.jts.jump.workbench.ui
Classes in org.locationtech.jts.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 org.locationtech.jts.jump.workbench.ui that return LayerViewPanelContext Modifier and Type Method Description LayerViewPanelContext
LayerViewPanel. getContext()
Methods in org.locationtech.jts.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)
Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type LayerViewPanelContext Constructor Description EditTransaction(Collection 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 org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type LayerViewPanelContext Modifier and Type Method Description static Collection
CopySelectedLayersToWarpingVectorsPlugIn. removeNonVectorFeaturesAndWarn(Collection features, LayerViewPanelContext context)
-