Class WMSLayersPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class WMSLayersPanel extends JPanel
Version:
$Id: WMSLayersPanel.java 13380 2010-05-10 14:54:21Z tgaskins $ Minor modifications made for use with Repast.
Author:
tag
See Also:
  • Field Details

    • wwd

      protected final gov.nasa.worldwind.WorldWindow wwd
    • serverURI

      protected final URI serverURI
    • size

      protected final Dimension size
    • loadingThread

      protected final Thread loadingThread
    • layerInfos

      protected final TreeSet<WMSLayersPanel.LayerInfo> layerInfos
  • Constructor Details

  • Method Details

    • load

      protected void load()
    • getServerDisplayString

      public String getServerDisplayString()
    • createLayerInfo

      protected WMSLayersPanel.LayerInfo createLayerInfo(gov.nasa.worldwind.ogc.wms.WMSCapabilities caps, gov.nasa.worldwind.ogc.wms.WMSLayerCapabilities layerCaps, gov.nasa.worldwind.ogc.wms.WMSLayerStyle style)
    • makeLayerInfosPanel

      protected void makeLayerInfosPanel(Collection<WMSLayersPanel.LayerInfo> layerInfos)
    • addLayerInfoPanel

      protected void addLayerInfoPanel(JPanel layersPanel, gov.nasa.worldwind.WorldWindow wwd, WMSLayersPanel.LayerInfo linfo)
    • updateComponent

      protected void updateComponent(Object component, boolean enable)
    • createComponent

      protected static Object createComponent(gov.nasa.worldwind.ogc.wms.WMSCapabilities caps, gov.nasa.worldwind.avlist.AVList params)
    • getFactoryKeyForCapabilities

      protected static String getFactoryKeyForCapabilities(gov.nasa.worldwind.ogc.wms.WMSCapabilities caps)
    • makeTitle

      protected static String makeTitle(gov.nasa.worldwind.ogc.wms.WMSCapabilities caps, WMSLayersPanel.LayerInfo layerInfo)
    • makeProgressPanel

      protected void makeProgressPanel()