| Package | Description | 
|---|---|
| gov.nasa.worldwind.data | 
 
    This package provides classes for converting raw data sources into a form which can be used by standard World Wind
    components, such as  
Layer and ElevationModel. | 
| gov.nasa.worldwind.util | |
| gov.nasa.worldwindx.examples.analytics | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ByteBufferRaster  | 
| Modifier and Type | Method and Description | 
|---|---|
protected BufferWrapperRaster | 
BufferWrapperRaster.createSubRaster(int width,
               int height,
               Sector sector,
               AVList params)
This returns a new sub-raster initialized with the specified properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
BufferWrapperRaster.doDrawOnTo(BufferWrapperRaster canvas)  | 
| Modifier and Type | Method and Description | 
|---|---|
static BufferedImage | 
ImageUtil.visualize(BufferWrapperRaster raster)
Converts a non-imagery data raster (elevations) to visually representable image raster. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static BufferWrapperRaster | 
AnalyticSurfaceDemo.loadRasterElevations(String path)  | 
protected static BufferWrapperRaster | 
ExportAsKMLGroundOverlay.loadRasterElevations(String path)  |