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

Packages that use ElevationColors
com.bbn.openmap.dataAccess.dted   
com.bbn.openmap.omGraphics.grid Provides a number of generator classes for OMGrid data. 
 

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

Constructors in com.bbn.openmap.dataAccess.dted with parameters of type ElevationColors
DTEDSlopeGenerator(ElevationColors elevColors)
           
 

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

Classes in com.bbn.openmap.omGraphics.grid that implement ElevationColors
 class ColoredShadingColors
          A holder for handling colors for elevations.
 class GreyscaleSlopeColors
          Creates the colors used for displaying the DTED images.
 

Fields in com.bbn.openmap.omGraphics.grid declared as ElevationColors
protected  ElevationColors SlopeGeneratorLoader.colors
           
protected  ElevationColors SlopeGenerator.colors
           
 

Methods in com.bbn.openmap.omGraphics.grid that return ElevationColors
 ElevationColors SlopeGeneratorLoader.getColors()
           
 ElevationColors SlopeGenerator.getColors()
           
 

Methods in com.bbn.openmap.omGraphics.grid with parameters of type ElevationColors
 void SlopeGeneratorLoader.setColors(ElevationColors cols)
           
 void SlopeGenerator.setColors(ElevationColors elevColors)
           
 

Constructors in com.bbn.openmap.omGraphics.grid with parameters of type ElevationColors
SlopeGenerator(ElevationColors elevColors)
           
 



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