Package | Description |
---|---|
gov.nasa.worldwindx.examples.analytics |
Modifier and Type | Class and Description |
---|---|
class |
ExportableAnalyticSurface
An extension of AnalyticSurface that enables export of the surface to a KML ground overlay.
|
Modifier and Type | Field and Description |
---|---|
protected AnalyticSurface |
AnalyticSurface.AnalyticSurfaceObject.analyticSurface |
protected AnalyticSurface |
AnalyticSurface.OrderedSurface.surface |
Modifier and Type | Method and Description |
---|---|
protected static Renderable |
AnalyticSurfaceDemo.createLegendRenderable(AnalyticSurface surface,
double surfaceMinScreenSize,
AnalyticSurfaceLegend legend) |
protected static void |
AnalyticSurfaceDemo.mixValuesOverTime(long timeToMix,
BufferWrapper firstBuffer,
BufferWrapper secondBuffer,
double minValue,
double maxValue,
double minHue,
double maxHue,
AnalyticSurface surface) |
Constructor and Description |
---|
AnalyticSurfaceObject(AnalyticSurface analyticSurface) |
ClampToGroundSurface(AnalyticSurface analyticSurface) |
OrderedSurface(AnalyticSurface surface,
double eyeDistance) |
ShadowSurface(AnalyticSurface analyticSurface) |