Package thredds.server.config
Class WmsConfigBean
- java.lang.Object
-
- thredds.server.config.WmsConfigBean
-
@Component public class WmsConfigBean extends Object
WMS config bean- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description WmsConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxImageHeight()intgetMaxImageWidth()StringgetPaletteLocationDir()WmsDetailedConfiggetWmsDetailedConfig()booleanisAllow()booleanisAllowRemote()voidsetAllow(boolean allow)voidsetAllowRemote(boolean allowRemote)voidsetMaxImageHeight(int maxImageHeight)voidsetMaxImageWidth(int maxImageWidth)voidsetPaletteLocationDir(String paletteLocationDir)voidsetWmsDetailedConfig(WmsDetailedConfig wmsDetailedConfig)
-
-
-
Method Detail
-
isAllow
public boolean isAllow()
-
setAllow
public void setAllow(boolean allow)
-
isAllowRemote
public boolean isAllowRemote()
-
setAllowRemote
public void setAllowRemote(boolean allowRemote)
-
getPaletteLocationDir
public String getPaletteLocationDir()
-
setPaletteLocationDir
public void setPaletteLocationDir(String paletteLocationDir)
-
getMaxImageWidth
public int getMaxImageWidth()
-
setMaxImageWidth
public void setMaxImageWidth(int maxImageWidth)
-
getMaxImageHeight
public int getMaxImageHeight()
-
setMaxImageHeight
public void setMaxImageHeight(int maxImageHeight)
-
getWmsDetailedConfig
public WmsDetailedConfig getWmsDetailedConfig()
-
setWmsDetailedConfig
public void setWmsDetailedConfig(WmsDetailedConfig wmsDetailedConfig)
-
-