Package | Description |
---|---|
com.bbn.openmap.layer |
Contains OpenMap layers that read and display a variety of data
formats, and a few that create their own data for display.
|
com.bbn.openmap.util |
Provide miscellaneous utility classes for OpenMap.
|
Modifier and Type | Field and Description |
---|---|
protected ISwingWorker<OMGraphicList> |
OMGraphicHandlerLayer.layerWorker
A SwingWorker that can be used for gathering OMGraphics or doing other
work in a different thread.
|
protected ISwingWorker<OMGraphicList> |
OMGraphicHandlerLayer.layerWorkerQueue
A SwingWorker created if the projection changes when the primary
layerworker is off doing work.
|
Modifier and Type | Method and Description |
---|---|
protected ISwingWorker<OMGraphicList> |
OMGraphicHandlerLayer.createLayerWorker()
Called from within the layer to create a LayerWorker to use for the
prepare() method.
|
protected ISwingWorker<OMGraphicList> |
OMGraphicHandlerLayer.getLayerWorker() |
Modifier and Type | Method and Description |
---|---|
protected void |
OMGraphicHandlerLayer.setLayerWorker(ISwingWorker<OMGraphicList> worker)
Sets the SwingWorker off to call prepare().
|
protected void |
OMGraphicHandlerLayer.workerComplete(ISwingWorker<OMGraphicList> worker)
The LayerWorker calls this method on the layer when it is done working.
|
Modifier and Type | Class and Description |
---|---|
class |
PooledSwingWorker<T> |
class |
SwingWorker<T>
This class used to be based on the 3rd version of SwingWorker.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details