Class EditWMSQueryPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.vividsolutions.jump.workbench.ui.plugin.wms.EditWMSQueryPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class EditWMSQueryPanel extends JPanel
Panel used to edit elements of an existing connection in order to change some of its parameters.
See Also:
  • Constructor Details

    • EditWMSQueryPanel

      public EditWMSQueryPanel(WMSLayer layer)
  • Method Details

    • getAlpha

      public int getAlpha()
    • getSRS

      public String getSRS()
    • getUrlList

      public String[] getUrlList()
      retrieve the list of urls in the dropdown
    • getStyle

      public MapStyle getStyle()
    • getMoreParameters

      public String getMoreParameters()
    • getFormat

      public String getFormat()
    • reinitializeService

      protected void reinitializeService()
    • getChosenMapLayers

      public List<MapLayer> getChosenMapLayers()
    • getEnableChecks

      public EnableCheck[] getEnableChecks()
    • getService

      public WMService getService()