Class LayerSettings


  • public class LayerSettings
    extends Object
    Simple Java bean encapsulating the settings (allowFeatureInfo, defaultColorScaleRange, defaultPaletteName and logScaling) at a particular part of the config XML document. A Null value for a field implies that that field has not been set in the document and a default should be used. Ported to edal-java by sarms (2020-05-30)
    • Method Detail

      • isAllowFeatureInfo

        public Boolean isAllowFeatureInfo()
      • getDefaultColorScaleRange

        public uk.ac.rdg.resc.edal.domain.Extent<Float> getDefaultColorScaleRange()
      • getDefaultPaletteName

        public String getDefaultPaletteName()
      • isLogScaling

        public Boolean isLogScaling()
      • isIntervalTime

        @Deprecated
        public boolean isIntervalTime()
        Deprecated.
        * @deprecated Only used in capabilities_xml*.jsp, remove in v6
      • getDefaultNumColorBands

        public Integer getDefaultNumColorBands()