| Package | Description |
|---|---|
| com.vividsolutions.jump.demo.layerviewpanel | |
| 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).
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkbenchFrame
This class is responsible for the main window of the JUMP application.
|
| Modifier and Type | Method and Description |
|---|---|
LayerViewPanelContext |
LayerViewPanel.getContext() |
| Modifier and Type | Method and Description |
|---|---|
static EditTransaction |
EditTransaction.createTransactionOnSelection(EditTransaction.SelectionEditor editor,
SelectionManagerProxy selectionManagerProxy,
LayerViewPanelContext layerViewPanelContext,
String name,
Layer layer,
boolean rollingBackInvalidEdits,
boolean allowAddingAndRemovingFeatures) |
| Constructor and 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 #deleteFeature
|
LayerViewPanel(LayerManager layerManager,
LayerViewPanelContext context) |
| Modifier and Type | Method and Description |
|---|---|
static Collection |
CopySelectedLayersToWarpingVectorsPlugIn.removeNonVectorFeaturesAndWarn(Collection features,
LayerViewPanelContext context) |
Copyright © 2015. All rights reserved.