Class LandsatLayer

  • All Implemented Interfaces:
    Layer, java.lang.Iterable<Renderable>

    public class LandsatLayer
    extends WmsLayer
    Displays Landsat imagery at 15m resolution from an OGC Web Map Service (WMS). By default, LandsatLayer is configured to retrieve imagery from the WMS at https://worldwind25.arc.nasa.gov/wms.
    • Constructor Detail

      • LandsatLayer

        public LandsatLayer()
        Constructs a Landsat image layer with the WMS at https://worldwind25.arc.nasa.gov/wms.
      • LandsatLayer

        public LandsatLayer​(java.lang.String serviceAddress)
        Constructs a Landsat image layer 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