Class GetMapStyleParams


  • public class GetMapStyleParams
    extends Object
    • Method Detail

      • getImageGenerator

        public MapImage getImageGenerator​(WmsCatalogue catalogue)
                                   throws EdalException
        Gets the object used to generate the map plot with all correct styles and layers set.
        Parameters:
        catalogue - A WmsCatalogue used to get server-configured default values for each plotted layer
        Returns:
        A MapImage object
        Throws:
        EdalException - If invalid parameters have been supplied, or there are other issues with generating a MapImage object
      • isTransparent

        public boolean isTransparent()
      • getOpacity

        public int getOpacity()
        Return the opacity of the image as a percentage
      • getNumLayers

        public int getNumLayers()
      • isXmlDefined

        public boolean isXmlDefined()
      • getLayerNames

        public String[] getLayerNames()
      • getStyleNames

        public String[] getStyleNames()