Class DimGlobeSurface


  • public class DimGlobeSurface
    extends ApplicationTemplate
    Shows how to add a layer over the globe's surface imagery to simulate dimming the surface. The technique is very simple: just create a SurfaceImage, apply it to the full globe, and use its opacity to control the amount of dimming. This example uses a black surface image, but any color could be used. Note that this does not provide a filtering effect -- enhancing or blocking specific colors. For that SurfaceImage would need blending controls, but it doesn't have them.
    • Constructor Detail

      • DimGlobeSurface

        public DimGlobeSurface()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)