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 RenderPolicy |
OMGraphicHandlerLayer.renderPolicy
The RenderPolicy object that determines how a layer's OMGraphicList is
rendered in the layer.paint() method.
|
Modifier and Type | Method and Description |
---|---|
RenderPolicy |
OMGraphicHandlerLayer.getRenderPolicy()
Get the RenderPolicy that determines how an OMGraphicList is rendered.
|
Modifier and Type | Method and Description |
---|---|
void |
OMGraphicHandlerLayer.setRenderPolicy(RenderPolicy rp)
Set the RenderPolicy that determines how the OMGraphicList is rendered.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedImageRenderPolicy
The BufferedImageRenderPolicy is a RenderPolicy that creates and uses an
image buffer based on the painting times for the layer.
|
class |
FullProjectionRenderPolicy
The FullProjectionRenderPolicy is a StandardRenderPolicy that sets
the clip of the java.awt.Graphics passed into the paint method with
the clipping area of the projection.
|
class |
PanningImageRenderPolicy
The PanningImageRenderPolicy renders all OMGraphics into a buffering image,
and responds to projection changes by immediately rendering a translated
version of the image at a new projection location before calling prepare() on
the layer to get the OMGraphics for the new projection and untranslated
image.
|
class |
RenderingHintsRenderPolicy
The RenderingHintsRenderPolicy is a StandardRenderPolicy that lets you set
RenderingHints on the java.awt.Graphics object before the layer is painted,
and then simply paints the current graphic list.
|
class |
StandardRenderPolicy
The StandardRenderPolicy is a RenderPolicy that simply paints the current
graphic list.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details