Uses of Class
gov.nasa.worldwindx.examples.analytics.AnalyticSurface
-
Packages that use AnalyticSurface Package Description gov.nasa.worldwindx.examples.analytics -
-
Uses of AnalyticSurface in gov.nasa.worldwindx.examples.analytics
Subclasses of AnalyticSurface in gov.nasa.worldwindx.examples.analytics Modifier and Type Class Description classExportableAnalyticSurfaceAn extension of AnalyticSurface that enables export of the surface to a KML ground overlay.Fields in gov.nasa.worldwindx.examples.analytics declared as AnalyticSurface Modifier and Type Field Description protected AnalyticSurfaceAnalyticSurface.AnalyticSurfaceObject. analyticSurfaceprotected AnalyticSurfaceAnalyticSurface.OrderedSurface. surfaceMethods in gov.nasa.worldwindx.examples.analytics with parameters of type AnalyticSurface Modifier and Type Method Description protected static RenderableAnalyticSurfaceDemo. createLegendRenderable(AnalyticSurface surface, double surfaceMinScreenSize, AnalyticSurfaceLegend legend)protected static voidAnalyticSurfaceDemo. mixValuesOverTime(long timeToMix, BufferWrapper firstBuffer, BufferWrapper secondBuffer, double minValue, double maxValue, double minHue, double maxHue, AnalyticSurface surface)Constructors in gov.nasa.worldwindx.examples.analytics with parameters of type AnalyticSurface Constructor Description AnalyticSurfaceObject(AnalyticSurface analyticSurface)ClampToGroundSurface(AnalyticSurface analyticSurface)OrderedSurface(AnalyticSurface surface, double eyeDistance)ShadowSurface(AnalyticSurface analyticSurface)
-