Class FlatWorld


  • public class FlatWorld
    extends ApplicationTemplate
    Example of displaying a flat globe instead of a round globe. The flat globe displays elevation in the same way as the round globe (mountains rise out of the globe). One advantage of using a flat globe is that a user can see the entire globe at once. The globe can be configured with different map projections.
    See Also:
    FlatGlobe, EarthFlat
    • Field Detail

      • SURFACE_POLYGON_IMAGE_PATH

        protected static final java.lang.String SURFACE_POLYGON_IMAGE_PATH
        See Also:
        Constant Field Values
    • Constructor Detail

      • FlatWorld

        public FlatWorld()
    • Method Detail

      • main

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