Package | Description |
---|---|
gov.nasa.worldwind.util | |
gov.nasa.worldwindx.examples.analytics |
Modifier and Type | Class and Description |
---|---|
static class |
BufferFactory.ByteBufferFactory
Implementation of BufferFactory which constructs instances of
BufferWrapper.ByteBufferWrapper |
static class |
BufferFactory.DoubleBufferFactory
Implementation of BufferFactory which constructs instances of
BufferWrapper.DoubleBufferWrapper |
static class |
BufferFactory.FloatBufferFactory
Implementation of BufferFactory which constructs instances of
BufferWrapper.FloatBufferWrapper |
static class |
BufferFactory.IntBufferFactory
Implementation of BufferFactory which constructs instances of
BufferWrapper.IntBufferWrapper |
static class |
BufferFactory.ShortBufferFactory
Implementation of BufferFactory which constructs instances of
BufferWrapper.ShortBufferWrapper |
Modifier and Type | Method and Description |
---|---|
static BufferWrapper |
AnalyticSurfaceDemo.randomGridValues(int width,
int height,
double min,
double max,
int numIterations,
double smoothness,
BufferFactory factory) |