com.vividsolutions.jump.workbench.model |
|
Java Source File Name | Type | Comment |
AbstractLayerable.java | Class | Default implementation of the Layerable interface. |
AbstractVectorLayerFinder.java | Class | Retrieves a two-point-LineString layer and sets its styles. |
Category.java | Class | A folder containing Layers. |
CategoryEvent.java | Class | An addition, removal, or modification of a Category. |
CategoryEventType.java | Class | Whether a Category was added, removed, or modified. |
FeatureEvent.java | Class | An addition, removal, or modification of a Feature. |
FeatureEventType.java | Class | Whether a Feature was added, removed, or modified. |
FenceLayerFinder.java | Class | Retrieves the layer containing the single Fence polygon (if any) and sets its styles. |
Layer.java | Class | Adds colour, line-width, and other stylistic information to a Feature
Collection. |
Layerable.java | Interface | A "sheet" of spatial data, overlaid on other "sheets". |
LayerAdapter.java | Class | Empty implementation of LayerListener. |
LayerEvent.java | Class | An addition, removal, or modification of a Layer. |
LayerEventType.java | Class | Whether a Layer was added, removed, or modified. |
LayerListener.java | Interface | Notified when a Category, Layer, or Feature is added, removed, or modified. |
LayerManager.java | Class | Registry of Layers in a Task. |
LayerManagerProxy.java | Interface | An object that contains or is otherwise associated with a LayerManager. |
LayerStyleUtil.java | Class | Convenience functions for setting and working with Layer Styles.
The convention for methods which change a layer style is that
the layerChanged event is not fired. |
LayerTreeModel.java | Class | JTree model for displaying the Layers, WMSLayers, and other Layerables
contained in a LayerManager. |
ObservableFeatureCollection.java | Class | Notifies listeners when features are added to or removed from a
FeatureCollection. |
OneItemFeatureCollection.java | Class | Restricts the number of Features in a FeatureCollection to 1. |
StandardCategoryNames.java | Class | Creators of Layers are not bound to use these category names, but they are
the standard ones. |
SystemLayerFinder.java | Class | A "system-maintained layer" has a fixed set of styles and is identified by
name. |
Task.java | Class | Whatever the user needs to do a particular task. |
UndoableCommand.java | Class | An action that can be rolled back. |
UndoableEditReceiver.java | Class | Receives UndoableEdits from PlugIns and CursorTools. |
WMSLayer.java | Class | A Layerable that retrieves images from a Web Map Server. |