Class WmsServiceInfo

    • Method Detail

      • getDescription

        public String getDescription()
        Gets the description of the service.
        Returns:
        the description of the service
        Since:
        100.2.0
      • getKeywords

        public List<String> getKeywords()
        Gets a list of keywords used to describe the service.
        Returns:
        an unmodifiable list of keywords
        Since:
        100.2.0
      • getLayerInfos

        public List<WmsLayerInfo> getLayerInfos()
        Gets a list of WmsLayerInfo objects for the service's layers.
        Returns:
        an unmodifiable list of WmsLayerInfo objects
        Since:
        100.2.0
      • getName

        public String getName()
        Gets the name of the service.
        Returns:
        the name of the service
        Since:
        100.2.0
      • getTitle

        public String getTitle()
        Gets the title of the service.
        Returns:
        the title of the service
        Since:
        100.2.0