Uses of Class
gov.nasa.worldwind.data.BufferWrapperRaster
-
Packages that use BufferWrapperRaster 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 asLayerandElevationModel.gov.nasa.worldwind.util gov.nasa.worldwindx.examples.analytics -
-
Uses of BufferWrapperRaster in gov.nasa.worldwind.data
Subclasses of BufferWrapperRaster in gov.nasa.worldwind.data Modifier and Type Class Description classByteBufferRasterMethods in gov.nasa.worldwind.data that return BufferWrapperRaster Modifier and Type Method Description protected BufferWrapperRasterBufferWrapperRaster. createSubRaster(int width, int height, Sector sector, AVList params)This returns a new sub-raster initialized with the specified properties.Methods in gov.nasa.worldwind.data with parameters of type BufferWrapperRaster Modifier and Type Method Description protected voidBufferWrapperRaster. doDrawOnTo(BufferWrapperRaster canvas) -
Uses of BufferWrapperRaster in gov.nasa.worldwind.util
Methods in gov.nasa.worldwind.util with parameters of type BufferWrapperRaster Modifier and Type Method Description static java.awt.image.BufferedImageImageUtil. visualize(BufferWrapperRaster raster)Converts a non-imagery data raster (elevations) to visually representable image raster. -
Uses of BufferWrapperRaster in gov.nasa.worldwindx.examples.analytics
Methods in gov.nasa.worldwindx.examples.analytics that return BufferWrapperRaster Modifier and Type Method Description protected static BufferWrapperRasterAnalyticSurfaceDemo. loadRasterElevations(java.lang.String path)protected static BufferWrapperRasterExportAsKMLGroundOverlay. loadRasterElevations(java.lang.String path)
-