Class BlueMarbleLayer

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

    public class BlueMarbleLayer
    extends WmsLayer
    Displays NASA's Blue Marble next generation imagery at 500m resolution from an OGC Web Map Service (WMS). By default, BlueMarbleLayer is configured to retrieve imagery for May 2004 from the WMS at https://worldwind25.arc.nasa.gov/wms.
    Information on NASA's Blue Marble next generation imagery can be found at http://earthobservatory.nasa.gov/Features/BlueMarble/
    • Constructor Detail

      • BlueMarbleLayer

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

        public BlueMarbleLayer​(java.lang.String serviceAddress)
        Constructs a Blue Marble 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