Package thredds.server.wms.config
Class LayerSettings
java.lang.Object
thredds.server.wms.config.LayerSettings
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 Details
-
isAllowFeatureInfo
-
getDefaultColorScaleRange
-
getDefaultAboveMaxColor
-
getDefaultBelowMinColor
-
getDefaultNoDataColor
-
getDefaultOpacity
-
getDefaultPaletteName
-
isLogScaling
-
isIntervalTime
Deprecated.* @deprecated Only used in capabilities_xml*.jsp, remove in v6 -
getDefaultNumColorBands
-
toString
-