| Package | Description |
|---|---|
| com.vividsolutions.jump.workbench.driver | |
| com.vividsolutions.jump.workbench.model |
Layers, Categories, and Layer Managers -- the top level of abstraction
in the JUMP data model, wrapping Features and FeatureCollections, which
in turn wrap Geometries.
|
| com.vividsolutions.jump.workbench.plugin |
The API for "plug-ins", which are code modules that can be assigned to
buttons and menu items.
|
| com.vividsolutions.jump.workbench.ui | |
| com.vividsolutions.jump.workbench.ui.cursortool | |
| com.vividsolutions.jump.workbench.ui.cursortool.editing | |
| com.vividsolutions.jump.workbench.ui.plugin |
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
|
| com.vividsolutions.jump.workbench.ui.plugin.clipboard | |
| com.vividsolutions.jump.workbench.ui.renderer | |
| com.vividsolutions.jump.workbench.ui.renderer.style | |
| com.vividsolutions.jump.workbench.ui.style | |
| com.vividsolutions.jump.workbench.ui.toolbox | |
| com.vividsolutions.jump.workbench.ui.warp |
| Modifier and Type | Method and Description |
|---|---|
void |
WKTFileOutputDriver.output(Layer layer) |
void |
ShapefileOutputDriver.output(Layer layer) |
void |
JMLFileOutputDriver.output(Layer layer) |
void |
GMLFileOutputDriver.output(Layer layer) |
void |
FMEFileOutputDriver.output(Layer layer) |
abstract void |
AbstractOutputDriver.output(Layer layer)
Deprecated.
Called after the user has pressed OK on the DriverDialog.
|
| Modifier and Type | Method and Description |
|---|---|
Layer |
LayerManager.addLayer(String categoryName,
Layer layer) |
Layer |
LayerManager.addLayer(String categoryName,
String layerName,
FeatureCollection featureCollection) |
Layer |
LayerManager.addOrReplaceLayer(String categoryName,
String layerName,
FeatureCollection featureCollection) |
Layer |
SystemLayerFinder.createLayer() |
Layer |
SystemLayerFinder.getLayer() |
Layer |
FeatureEvent.getLayer() |
Layer |
LayerManager.getLayer(int index) |
Layer |
LayerManager.getLayer(String name) |
Layer |
Layer.setDataSourceQuery(DataSourceQuery dataSourceQuery) |
Layer |
Layer.setFeatureCollectionModified(boolean featureCollectionModified) |
| Modifier and Type | Method and Description |
|---|---|
Layer |
LayerManager.addLayer(String categoryName,
Layer layer) |
protected abstract void |
SystemLayerFinder.applyStyles(Layer layer) |
protected void |
FenceLayerFinder.applyStyles(Layer layer) |
protected void |
AbstractVectorLayerFinder.applyStyles(Layer layer) |
void |
LayerManager.fireFeaturesChanged(Collection features,
FeatureEventType type,
Layer layer) |
void |
LayerManager.fireGeometryModified(Collection features,
Layer layer,
Collection oldFeatureClones) |
int |
LayerManager.indexOf(Layer layer) |
static void |
LayerStyleUtil.setLinearStyle(Layer lyr,
Color lineColor,
int lineWidth,
int vertexSize)
Sets the style for a linear layer.
|
static void |
Layer.tryToInvalidateEnvelope(Layer layer)
Does nothing if the underlying feature collection is not a FeatureDataset.
|
| Constructor and Description |
|---|
FeatureEvent(Collection features,
FeatureEventType type,
Layer layer,
Collection oldFeatureClones) |
| Modifier and Type | Method and Description |
|---|---|
Layer |
PlugInContext.addLayer(String categoryName,
String layerName,
FeatureCollection featureCollection) |
Layer |
PlugInContext.getCandidateLayer(int i) |
Layer |
PlugInContext.getSelectedLayer(int i) |
Layer[] |
PlugInContext.getSelectedLayers() |
| Modifier and Type | Method and Description |
|---|---|
Layer |
TreeLayerNamePanel.chooseEditableLayer() |
Layer |
LayerNamePanel.chooseEditableLayer() |
Layer |
DummyLayerNamePanel.chooseEditableLayer() |
Layer |
AttributeTab.chooseEditableLayer() |
static Layer |
TreeLayerNamePanel.chooseEditableLayer(LayerNamePanel panel) |
Layer |
OneLayerAttributeTab.getLayer() |
Layer |
LayerTableModel.getLayer() |
Layer |
EditTransaction.getLayer() |
Layer |
MultiInputDialog.getLayer(String fieldName) |
Layer |
LayerComboBox.getSelectedLayer() |
Layer[] |
TreeLayerNamePanel.getSelectedLayers() |
Layer[] |
LayerNamePanel.getSelectedLayers() |
Layer[] |
DummyLayerNamePanel.getSelectedLayers() |
Layer[] |
AttributeTab.getSelectedLayers() |
static Layer[] |
TreeLayerNamePanel.selectedLayers(LayerNamePanel layerNamePanel) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfoModel.add(Layer layer,
Collection features) |
JComboBox |
MultiInputDialog.addEditableLayerComboBox(String fieldName,
Layer initialValue,
String toolTipText,
LayerManager layerManager) |
JComboBox |
MultiInputDialog.addLayerComboBox(String fieldName,
Layer initialValue,
LayerManager layerManager) |
JComboBox |
MultiInputDialog.addLayerComboBox(String fieldName,
Layer initialValue,
String toolTipText,
Collection layers) |
JComboBox |
MultiInputDialog.addLayerComboBox(String fieldName,
Layer initialValue,
String toolTipText,
LayerManager layerManager) |
protected void |
TreeLayerNamePanel.addSelectedLayer(Layer layer) |
Collection |
SelectionManager.createFeaturesFromSelectedItems(Layer layer) |
static EditTransaction |
EditTransaction.createTransactionOnSelection(EditTransaction.SelectionEditor editor,
SelectionManagerProxy selectionManagerProxy,
LayerViewPanelContext layerViewPanelContext,
String name,
Layer layer,
boolean rollingBackInvalidEdits,
boolean allowAddingAndRemovingFeatures) |
void |
AttributeTablePanel.FeatureEditor.edit(PlugInContext context,
Feature feature,
Layer layer) |
static Map |
EditTransaction.featureToNewGeometryMap(EditTransaction.SelectionEditor editor,
SelectionManagerProxy selectionManagerProxy,
Layer layer) |
Collection |
SelectionManager.getFeaturesWithSelectedItems(Layer layer) |
Collection |
AbstractSelection.getFeaturesWithSelectedItems(Layer layer) |
CollectionMap |
AbstractSelection.getFeatureToSelectedItemCollectionMap(Layer layer)
Note that some features in the map may not have selected items.
|
CollectionMap |
AbstractSelection.getFeatureToSelectedItemIndexCollectionMap(Layer layer)
Note that some features in the map may not have selected items.
|
Collection |
AbstractSelection.getSelectedItemIndices(Layer layer,
Feature feature) |
Collection |
SelectionManager.getSelectedItems(Layer layer) |
Collection |
AbstractSelection.getSelectedItems(Layer layer) |
Collection |
SelectionManager.getSelectedItems(Layer layer,
Feature feature) |
Collection |
AbstractSelection.getSelectedItems(Layer layer,
Feature feature) |
Collection |
SelectionManager.getSelectedItems(Layer layer,
Feature feature,
com.vividsolutions.jts.geom.Geometry geometry) |
Collection |
AbstractSelection.getSelectedItems(Layer layer,
Feature feature,
com.vividsolutions.jts.geom.Geometry geometry) |
LayerTableModel |
InfoModel.getTableModel(Layer layer) |
AttributeTablePanel |
AttributePanel.getTablePanel(Layer layer) |
LayerColorPanel |
LayerColorPanel.init(Layer layer,
boolean selected,
Color backgroundColor,
Color selectionBackgroundColor) |
Collection |
AbstractSelection.itemsNotSelectedInAncestors(Layer layer,
Feature feature,
Collection items) |
void |
InfoModel.remove(Layer layer) |
protected boolean |
PartSelection.selectedInAncestors(Layer layer,
Feature feature,
com.vividsolutions.jts.geom.Geometry item) |
protected boolean |
LineStringSelection.selectedInAncestors(Layer layer,
Feature feature,
com.vividsolutions.jts.geom.Geometry item) |
protected boolean |
FeatureSelection.selectedInAncestors(Layer layer,
Feature feature,
com.vividsolutions.jts.geom.Geometry item) |
protected abstract boolean |
AbstractSelection.selectedInAncestors(Layer layer,
Feature feature,
com.vividsolutions.jts.geom.Geometry item) |
void |
AbstractSelection.selectItems(Layer layer,
Collection features) |
void |
AbstractSelection.selectItems(Layer layer,
CollectionMap featureToItemCollectionMap) |
void |
AbstractSelection.selectItems(Layer layer,
Feature feature) |
void |
AbstractSelection.selectItems(Layer layer,
Feature feature,
Collection items) |
OneLayerAttributeTab |
OneLayerAttributeTab.setLayer(Layer layer) |
void |
DriverDialog.setLayer(Layer layer)
This DriverDialog will attempt to retrieve the last values used for the
given Layer.
|
void |
LayerComboBox.setSelectedLayer(Layer candidateLayer) |
Color |
FeatureInfoWriter.sidebarColor(Layer layer) |
void |
SelectionManager.unselectFromFeaturesWithModifiedItemCounts(Layer layer,
Collection features,
Collection oldFeatureClones) |
void |
AbstractSelection.unselectFromFeaturesWithModifiedItemCounts(Layer layer,
Collection features,
Collection oldFeatureClones) |
protected void |
PartSelection.unselectInDescendants(Layer layer,
Feature feature,
Collection items) |
protected void |
LineStringSelection.unselectInDescendants(Layer layer,
Feature feature,
Collection items) |
protected void |
FeatureSelection.unselectInDescendants(Layer layer,
Feature feature,
Collection items) |
protected abstract void |
AbstractSelection.unselectInDescendants(Layer layer,
Feature feature,
Collection items) |
void |
AbstractSelection.unselectItem(Layer layer,
Feature feature,
int selectedItemIndex) |
void |
SelectionManager.unselectItems(Layer layer) |
void |
AbstractSelection.unselectItems(Layer layer) |
void |
SelectionManager.unselectItems(Layer layer,
Collection features) |
void |
AbstractSelection.unselectItems(Layer layer,
Collection features) |
void |
AbstractSelection.unselectItems(Layer layer,
CollectionMap featureToItemCollectionMap) |
void |
AbstractSelection.unselectItems(Layer layer,
Feature feature) |
void |
AbstractSelection.unselectItems(Layer layer,
Feature feature,
Collection items) |
| Constructor and Description |
|---|
EditTransaction(Collection features,
String name,
Layer layer,
boolean rollingBackInvalidEdits,
boolean allowAddingAndRemovingFeatures,
LayerViewPanel layerViewPanel) |
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
|
LayerTableModel(Layer layer) |
SchemaPanel(Layer layer,
EditingPlugIn editingPlugIn,
WorkbenchContext context) |
SchemaTableModel(Layer layer) |
| Modifier and Type | Method and Description |
|---|---|
protected Feature |
VectorTool.feature(com.vividsolutions.jts.geom.LineString lineString,
Layer layer,
UndoableCommand command) |
void |
NoteTool.NoteStyle.initialize(Layer layer) |
| Modifier and Type | Method and Description |
|---|---|
Layer |
InsertVertexTool.SegmentContext.getLayer() |
| Modifier and Type | Method and Description |
|---|---|
protected EditTransaction |
DeleteVertexTool.createTransaction(Layer layer,
ArrayList verticesDeleted) |
| Constructor and Description |
|---|
InsertVertexTool.SegmentContext(Layer layer,
Feature feature,
com.vividsolutions.jts.geom.LineSegment segment) |
| Modifier and Type | Field and Description |
|---|---|
protected Layer |
WKTPlugIn.layer |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Layer |
WKTPlugIn.layer(PlugInContext context) |
protected Layer |
EditSelectedFeaturePlugIn.layer(PlugInContext context) |
protected Layer |
AddNewFeaturesPlugIn.layer(PlugInContext context) |
| Constructor and Description |
|---|
ViewAttributesPlugIn.ViewAttributesFrame(Layer layer,
PlugInContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected Layer |
LayerableClipboardPlugIn.cloneLayer(Layer layer) |
| Modifier and Type | Method and Description |
|---|---|
protected Layer |
LayerableClipboardPlugIn.cloneLayer(Layer layer) |
| Modifier and Type | Method and Description |
|---|---|
protected CollectionMap |
SelectionBackgroundRenderer.featureToSelectedItemsMap(Layer layer) |
protected CollectionMap |
PartSelectionRenderer.featureToSelectedItemsMap(Layer layer) |
protected CollectionMap |
LineStringSelectionRenderer.featureToSelectedItemsMap(Layer layer) |
protected CollectionMap |
FeatureSelectionRenderer.featureToSelectedItemsMap(Layer layer) |
protected abstract CollectionMap |
AbstractSelectionRenderer.featureToSelectedItemsMap(Layer layer) |
void |
AbstractSelectionRenderer.initialize(Layer layer) |
protected void |
ImageCachingFeatureCollectionRenderer.renderHook(ThreadSafeImage image,
Collection features,
Layer layer,
Style style) |
| Constructor and Description |
|---|
LayerRenderer(Layer layer,
LayerViewPanel panel) |
| Modifier and Type | Method and Description |
|---|---|
Layer |
ColorThemingStylePanel.getLayer() |
| Modifier and Type | Method and Description |
|---|---|
static ColorThemingStyle |
ColorThemingStyle.get(Layer layer) |
void |
VertexStyle.initialize(Layer layer) |
void |
Style.initialize(Layer layer)
Called before #paint is applied to each Feature.
|
void |
PinEqualCoordinatesStyle.initialize(Layer layer) |
void |
LineStringStyle.initialize(Layer layer) |
void |
LabelStyle.initialize(Layer layer) |
void |
DummyStyle.initialize(Layer layer) |
void |
DelegatingStyle.initialize(Layer layer) |
void |
ColorThemingStyle.initialize(Layer layer) |
void |
BasicStyle.initialize(Layer layer) |
void |
ArrowLineStringEndpointStyle.Feathers.initialize(Layer layer) |
| Constructor and Description |
|---|
ColorThemingStylePanel(Layer layer,
WorkbenchContext workbenchContext) |
| Constructor and Description |
|---|
DecorationStylePanel(Layer layer,
Collection choosableStyleClasses) |
LabelStylePanel(Layer layer,
LayerViewPanel layerViewPanel,
JDialog parent,
ErrorHandler errorHandler) |
RenderingStylePanel(Blackboard blackboard,
Layer layer) |
| Modifier and Type | Method and Description |
|---|---|
protected Layer |
MainButtonPlugIn.generateLayer(String name,
String category,
Color color,
LayerManagerProxy proxy,
FeatureCollection featureCollection,
String description) |
protected Layer |
MainButtonPlugIn.generateLineLayer(String name,
String category,
Color color,
LayerManagerProxy proxy,
FeatureCollection featureCollection,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Layer |
WarpingPanel.currentSourceLayer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IncrementalWarpingVectorLayerFinder.applyStyles(Layer layer) |
Copyright © 2015. All rights reserved.