Uses of Interface
com.bbn.openmap.omGraphics.grid.GridData

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(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.
 

Constructors in com.bbn.openmap.omGraphics with parameters of type GridData
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.
 

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 that return GridData
 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()
           
 

Methods in com.bbn.openmap.omGraphics.grid with parameters of type GridData
protected  SimpleColorGenerator.RasterHelper SimpleColorGenerator.getRasterHelper(GridData gd)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details