Class LayerMenuItem

    • Constructor Detail

      • LayerMenuItem

        protected LayerMenuItem()
      • LayerMenuItem

        public LayerMenuItem​(String title,
                             String id,
                             boolean plottable)
      • LayerMenuItem

        public LayerMenuItem​(String title,
                             String description,
                             String id,
                             boolean plottable,
                             String wmsUrl)
    • Method Detail

      • addChildItem

        public void addChildItem​(LayerMenuItem item)
      • getTitle

        public String getTitle()
      • getId

        public String getId()
      • isPlottable

        public boolean isPlottable()
      • isLeaf

        public boolean isLeaf()
      • getWmsUrl

        public String getWmsUrl()
      • getDescription

        public String getDescription()
      • setId

        public void setId​(String newId)