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.grid |
Provides a number of generator classes for OMGrid data.
|
Modifier and Type | Class and Description |
---|---|
class |
OMDTEDGrid
The OMDTEDGrid is an extended OMGrid with information about the
lat/lons of the corners of the grids, so the generators can use
OMScalingRasters for precise alignment.
|
Modifier and Type | Method and Description |
---|---|
OMGrid |
DTEDFrame.getOMGrid() |
Modifier and Type | Method and Description |
---|---|
OMGraphic |
DTEDSlopeGenerator.generate(OMGrid grid,
Projection proj)
Called from the OMGrid.generate() method to tell the generator
to create something to represent the grid contents.
|
protected OMRaster |
DTEDSlopeGenerator.getRaster(OMGrid grid)
Called from within generate to create an OMRaster object for
the OMGrid.
|
Modifier and Type | Method and Description |
---|---|
static OMGrid |
LinkGrid.read(java.io.DataInputStream dis)
Read a Grid off a DataInputStream.
|
static OMGrid |
LinkGrid.read(java.io.DataInputStream dis,
LinkProperties propertiesBuffer)
Read a Grid off a DataInputStream.
|
Modifier and Type | Method and Description |
---|---|
static void |
LinkGrid.write(OMGrid grid,
Link link,
LinkProperties props) |
Modifier and Type | Method and Description |
---|---|
OMGraphic |
SlopeGenerator.generate(OMGrid grid,
Projection proj)
Called from the OMGrid.generate() method to tell the generator
to create something to represent the grid contents.
|
OMGraphic |
SinkGenerator.generate(OMGrid grid,
Projection proj) |
OMGraphic |
SimpleColorGenerator.generate(OMGrid grid,
Projection proj)
Going to return an OMRaster, sized to the current projection, and colored
according to the colortable.
|
OMGraphic |
OMGridGenerator.generate(OMGrid grid,
Projection proj) |
OMRaster |
SlopeGenerator.generateRasterForProjection(OMGrid grid,
Projection proj)
A more defining API method to get what this SlopeGenerator can
create.
|
protected OMRaster |
SlopeGenerator.getRaster(OMGrid grid)
Called from within generate to create an OMRaster object for
the OMGrid.
|
protected double |
SlopeGenerator.getSlopeRun(OMGrid grid,
int contrastAdj)
Method to calculate the run part of the slope (rise over run,
right?).
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details