Class InstallElevations


  • public class InstallElevations
    extends ApplicationTemplate
    Illustrates how to install elevation data into a WorldWind FileStore.

    Elevation data is installed into a FileStore by executing the following steps:

    1. Choose the FileStore location to place the installed elevations. This example uses the FileStore's install location.
    2. Compute a unique cache name for the elevations. In this example, the cache name is "Examples/ElevationsName", where "ElevationsName" is the elevation data's display name, stripped of any illegal filename characters.
    3. Install the elevations by constructing, configuring and running a TiledElevationProducer.
    4. The elevation data is subsequently described by a configuration Document, which we use to construct an ElevationModel via the Factory method Factory.createFromConfigSource(Object, gov.nasa.worldwind.avlist.AVList).
    • Constructor Detail

      • InstallElevations

        public InstallElevations()
    • Method Detail

      • main

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