Package | Description |
---|---|
gov.nasa.worldwind.data |
This package provides classes for converting raw data sources into a form which can be used by standard WorldWind
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 java.awt.image.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 |
ExportAsKMLGroundOverlay.loadRasterElevations(java.lang.String path) |
protected static BufferWrapperRaster |
AnalyticSurfaceDemo.loadRasterElevations(java.lang.String path) |