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.layer.policy |
Contains policy objects that affect the behavior of
OMGraphicHandlerLayers.
|
Modifier and Type | Field and Description |
---|---|
protected ProjectionChangePolicy |
OMGraphicHandlerLayer.projectionChangePolicy
The ProjectionChangePolicy object that determines how a layer reacts and
sets up the OMGraphicList to be rendered for the layer when the
projection changes.
|
Modifier and Type | Method and Description |
---|---|
ProjectionChangePolicy |
OMGraphicHandlerLayer.getProjectionChangePolicy()
Get the ProjectionChangePolicy that determines how a layer reacts and
gathers OMGraphics for a projection change.
|
Modifier and Type | Method and Description |
---|---|
void |
OMGraphicHandlerLayer.setProjectionChangePolicy(ProjectionChangePolicy pcp)
Set the ProjectionChangePolicy that determines how a layer reacts and
gathers OMGraphics for a projection change.
|
Modifier and Type | Class and Description |
---|---|
class |
ListResetPCPolicy
ProjectionChangePolicy that uses a Layer SwingWorker to kick off a thread to
call layer.prepare() and deletes the current OMGraphicList between projection
changes.
|
class |
NullProjectionChangePolicy
Dummy ProjectionChangePolicy, for those layers who prefer to ignore
projection changes completely.
|
class |
StandardPCPolicy
ProjectionChangePolicy that uses a Layer SwingWorker to kick off a thread to
call layer.prepare() and doesn't delete the OMGraphicList between projection
changes.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details