Class BulkDownload


  • public class BulkDownload
    extends ApplicationTemplate
    Illustrates how to use WorldWind to retrieve data from layers and elevation models in bulk from a remote source. This class uses a SectorSelector to specify the geographic area to retrieve, then retrieves data for the specified area using the BulkRetrievable interface on layers and elevation models that support it.
    • Constructor Detail

      • BulkDownload

        public BulkDownload()
    • Method Detail

      • main

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