Package | Description |
---|---|
com.bbn.openmap.dataAccess.dted | |
com.bbn.openmap.layer.link |
Provide classes to handle the link protocol: a layer that displays
link data, classes to assist in writing a link server, and methods
that read and write in the link protocol format.
|
com.bbn.openmap.omGraphics |
Provides geographically based graphics classes.
|
com.bbn.openmap.omGraphics.grid |
Provides a number of generator classes for OMGrid data.
|
Modifier and Type | Class and Description |
---|---|
class |
DTEDSlopeGenerator
The DTEDSlopeGenerator is an extension to the SlopeGenerator that
uses OMScalingRasters for images created from the DTED data.
|
Modifier and Type | Method and Description |
---|---|
OMGridGenerator |
DTEDFrameCacheHandler.getGenerator()
Get a new OMGridGenerator from the active GeneratorLoader.
|
Modifier and Type | Field and Description |
---|---|
protected OMGridGenerator |
LinkListener.currentGenerator
The generator to use with LinkGrid objects.
|
protected OMGridGenerator |
LinkLayer.currentGenerator
The generator to use with LinkGrid objects.
|
Modifier and Type | Method and Description |
---|---|
void |
Link.readAndParse(Projection proj,
OMGridGenerator generator)
Called to begin reading the information coming off the link.
|
void |
Link.readAndParse(Projection proj,
OMGridGenerator generator,
Layer layer)
Called to begin reading the information coming off the link.
|
protected java.lang.String |
LinkActionList.readGestureResponses(Layer layer,
Projection proj,
OMGridGenerator generator)
If a ACTIONS_HEADER has been encountered coming off the link, then this
method should be called to read the string of gesture that follows.
|
protected GraphicUpdate |
LinkActionList.readGraphic(int graphicAction,
LinkProperties graphicProperties,
Projection proj,
OMGridGenerator generator)
Read a graphic's particulars, for upates and additions.
|
protected java.lang.String |
LinkGraphicList.readGraphics(LinkOMGraphicList graphics,
Projection proj,
OMGridGenerator generator)
If a GRAPHICS_RESPONSE_HEADER has been encountered coming off the link,
then this method should be called to read the string of graphics that
follows.
|
Constructor and Description |
---|
LinkActionList(Link link,
Layer layer,
Projection proj,
OMGridGenerator generator)
Read the gesture section off the link, from the client.
|
LinkGraphicList(Link link,
LinkOMGraphicList graphicList,
Projection proj,
OMGridGenerator generator)
Read the graphics section off the link, if you want the graphics to be
projected as they come off the link.
|
LinkListener(LinkManager linkManager,
LinkLayer layer,
OMGridGenerator generator)
Create child thread that will handle the client.
|
Modifier and Type | Field and Description |
---|---|
protected OMGridGenerator |
OMGrid.generator
An object that knows how to generate graphics for the matrix.
|
Modifier and Type | Method and Description |
---|---|
OMGridGenerator |
OMGrid.getGenerator()
Get the OMGridGenerator being used to interpret the data array.
|
Modifier and Type | Method and Description |
---|---|
void |
OMGrid.setGenerator(OMGridGenerator aGenerator)
Set the OMGridGenerator that will interpret the data array and create
OMGraphics for it.
|
void |
OMGraphicList.setGridGenerator(OMGridGenerator generator,
Projection proj)
Goes through the list, finds the OMGrid objects, and sets the generator
for all of them.
|
Modifier and Type | Class and Description |
---|---|
class |
ElevationBandGenerator
The ElevationBandGenerator is an OMGridGenerator that creates an OMRaster out
of OMGrid data.
|
class |
SimpleColorGenerator
The SimpleColorGenerator is an OMGridGenerator that creates an OMRaster out
of OMGrid data.
|
class |
SinkGenerator |
class |
SlopeGenerator
The SlopeGenerator is an OMGridGenerator that looks at elevation
data and creates shading images from it.
|
Modifier and Type | Method and Description |
---|---|
OMGridGenerator |
SlopeGeneratorLoader.getGenerator() |
OMGridGenerator |
GeneratorLoader.getGenerator() |
OMGridGenerator |
ElevationBandGeneratorLoader.getGenerator() |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details