Package | Description |
---|---|
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 | Field and Description |
---|---|
GridData |
OMGrid.data
The Object holding the data for the OMGrid.
|
Modifier and Type | Method and Description |
---|---|
GridData |
OMGrid.getData()
Get the data array for the OMGrid.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OMGrid.set(double lat,
double lon,
int x,
int y,
double vResolution,
double hResolution,
GridData data)
Set the parameters of the OMGrid after construction.
|
void |
OMGrid.setData(GridData data)
Set the data of the grid.
|
Constructor and Description |
---|
OMGrid(double lat,
double lon,
double vResolution,
double hResolution,
GridData data)
Create a OMGrid that covers a lat/lon area.
|
OMGrid(double lat,
double lon,
int x,
int y,
double vResolution,
double hResolution,
GridData data)
Create a OMGrid that covers a x/y screen area, anchored to a lat/lon
point.
|
OMGrid(int x,
int y,
double vResolution,
double hResolution,
GridData data)
Create a OMGrid that covers a x/y screen area.Column major by default.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
GridData.Boolean |
static interface |
GridData.Byte |
static interface |
GridData.Char |
static interface |
GridData.Double |
static interface |
GridData.Float |
static interface |
GridData.Int |
static interface |
GridData.Short |
Modifier and Type | Class and Description |
---|---|
class |
OMGridData |
static class |
OMGridData.Boolean
Boolean is a GridData object that contains booleans.
|
static class |
OMGridData.Byte
Byte is a GridData object that contains bytes.
|
static class |
OMGridData.Char
Char is a GridData object that contains chars.
|
static class |
OMGridData.Double
Double is a GridData object that contains doubles.
|
static class |
OMGridData.Float
Float is a GridData object that contains floats.
|
static class |
OMGridData.Int
Int is a GridData object that contains ints.
|
static class |
OMGridData.Short
Short is a GridData object that contains shorts.
|
Modifier and Type | Method and Description |
---|---|
GridData |
OMGridData.Boolean.deepCopy() |
GridData |
OMGridData.Byte.deepCopy() |
GridData |
OMGridData.Char.deepCopy() |
GridData |
OMGridData.Float.deepCopy() |
GridData |
OMGridData.Int.deepCopy() |
GridData |
OMGridData.Short.deepCopy() |
GridData |
OMGridData.Double.deepCopy() |
GridData |
GridData.deepCopy() |
Modifier and Type | Method and Description |
---|---|
protected SimpleColorGenerator.RasterHelper |
SimpleColorGenerator.getRasterHelper(GridData gd) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details