Package com.bbn.openmap.omGraphics.grid

Provides a number of generator classes for OMGrid data.

See:
          Description

Interface Summary
ElevationColors An interface that the SlopeGenerator uses to get colors for different elevations and slopes.
GridData The GridData interface is a wrapper class for data stored and used in an OMGrid object.
GridData.Boolean  
GridData.Byte  
GridData.Char  
GridData.Double  
GridData.Float  
GridData.Int  
GridData.Short  
OMGridGenerator  
OMGridObjects  
SimpleColorGenerator.RasterHelper  
 

Class Summary
ColoredShadingColors A holder for handling colors for elevations.
ColoredShadingColors.ColorHelper A helper class that associates an int color value with an elevation.
ColorGeneratorLoader  
ElevationBandGenerator The ElevationBandGenerator is an OMGridGenerator that creates an OMRaster out of OMGrid data.
ElevationBandGeneratorLoader  
GeneratorLoader A GeneratorLoader is a component that can provide an OMGridGenerator.
GreyscaleSlopeColors Creates the colors used for displaying the DTED images.
OMGridData  
OMGridData.Boolean Boolean is a GridData object that contains booleans.
OMGridData.Byte Byte is a GridData object that contains bytes.
OMGridData.Char Char is a GridData object that contains chars.
OMGridData.Double Double is a GridData object that contains doubles.
OMGridData.Float Float is a GridData object that contains floats.
OMGridData.Int Int is a GridData object that contains ints.
OMGridData.Short Short is a GridData object that contains shorts.
SimpleColorGenerator The SimpleColorGenerator is an OMGridGenerator that creates an OMRaster out of OMGrid data.
SinkGenerator  
SlopeGenerator The SlopeGenerator is an OMGridGenerator that looks at elevation data and creates shading images from it.
SlopeGeneratorLoader  
 

Package com.bbn.openmap.omGraphics.grid Description

Provides a number of generator classes for OMGrid data.

See Also:
OMGrid


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