|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridData | |
com.bbn.openmap.omGraphics | Provides geographically based graphics classes. |
com.bbn.openmap.omGraphics.grid | Provides a number of generator classes for OMGrid data. |
Uses of GridData in com.bbn.openmap.omGraphics |
Fields in com.bbn.openmap.omGraphics declared as GridData | |
GridData |
OMGrid.data
The Object holding the data for the OMGrid. |
Methods in com.bbn.openmap.omGraphics that return GridData | |
GridData |
OMGrid.getData()
Get the data array for the OMGrid. |
Methods in com.bbn.openmap.omGraphics with parameters of type GridData | |
protected void |
OMGrid.set(float lat,
float lon,
int x,
int y,
float vResolution,
float hResolution,
GridData data)
Set the parameters of the OMGrid after construction. |
void |
OMGrid.setData(GridData data)
Set the data of the grid. |
Constructors in com.bbn.openmap.omGraphics with parameters of type GridData | |
OMGrid(float lat,
float lon,
float vResolution,
float hResolution,
GridData data)
Create a OMGrid that covers a lat/lon area. |
|
OMGrid(int x,
int y,
float vResolution,
float hResolution,
GridData data)
Create a OMGrid that covers a x/y screen area.Column major by default. |
|
OMGrid(float lat,
float lon,
int x,
int y,
float vResolution,
float hResolution,
GridData data)
Create a OMGrid that covers a x/y screen area, anchored to a lat/lon point. |
Uses of GridData in com.bbn.openmap.omGraphics.grid |
Subinterfaces of GridData in com.bbn.openmap.omGraphics.grid | |
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
|
Classes in com.bbn.openmap.omGraphics.grid that implement GridData | |
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. |
Methods in com.bbn.openmap.omGraphics.grid with parameters of type GridData | |
protected SimpleColorGenerator.RasterHelper |
SimpleColorGenerator.getRasterHelper(GridData gd)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |