Package thredds.server.wms.config
Class LayerSettings
- java.lang.Object
-
- thredds.server.wms.config.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description uk.ac.rdg.resc.edal.domain.Extent<Float>getDefaultColorScaleRange()IntegergetDefaultNumColorBands()StringgetDefaultPaletteName()BooleanisAllowFeatureInfo()booleanisIntervalTime()BooleanisLogScaling()StringtoString()
-
-
-
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
public boolean isIntervalTime()
-
getDefaultNumColorBands
public Integer getDefaultNumColorBands()
-
-