Uses of Class
com.bbn.openmap.omGraphics.OMGrid

Packages that use OMGrid
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. 
 

Uses of OMGrid in com.bbn.openmap.dataAccess.dted
 

Subclasses of OMGrid in com.bbn.openmap.dataAccess.dted
 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.
 

Methods in com.bbn.openmap.dataAccess.dted that return OMGrid
 OMGrid DTEDFrame.getOMGrid()
           
 

Methods in com.bbn.openmap.dataAccess.dted with parameters of type OMGrid
 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.
 

Uses of OMGrid in com.bbn.openmap.layer.link
 

Methods in com.bbn.openmap.layer.link that return OMGrid
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.
 

Methods in com.bbn.openmap.layer.link with parameters of type OMGrid
static void LinkGrid.write(OMGrid grid, Link link, LinkProperties props)
           
 

Uses of OMGrid in com.bbn.openmap.omGraphics.grid
 

Methods in com.bbn.openmap.omGraphics.grid with parameters of type OMGrid
 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