Class BasicElevationCoverage

  • All Implemented Interfaces:
    ElevationCoverage, Retriever.Callback<ImageSource,​java.lang.Void,​java.nio.ShortBuffer>

    public class BasicElevationCoverage
    extends TiledElevationCoverage
    Displays NASA's global elevation coverage at 10m resolution within the continental United States, 30m resolution in all other continents, and 900m resolution on the ocean floor, all from an OGC Web Map Service (WMS). By default, BasicElevationCoverage is configured to retrieve elevation coverage from the WMS at https://wms.worldwind.earth/elev.
    • Constructor Detail

      • BasicElevationCoverage

        public BasicElevationCoverage()
        Constructs a global elevation coverage with the WMS at https://wms.worldwind.earth/elev.
      • BasicElevationCoverage

        public BasicElevationCoverage​(java.lang.String serviceAddress)
        Constructs a global elevation coverage with the WMS at a specified address.
        Parameters:
        serviceAddress - a URL string specifying the WMS address
        Throws:
        java.lang.IllegalArgumentException - If the service address is null