@Component
public class WmsConfig
extends java.lang.Object
| Constructor and Description |
|---|
WmsConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxImageHeight() |
int |
getMaxImageWidth() |
java.lang.String |
getPaletteLocationDir() |
boolean |
isAllow() |
boolean |
isAllowRemote() |
void |
setAllow(boolean allow) |
void |
setAllowRemote(boolean allowRemote) |
void |
setMaxImageHeight(int maxImageHeight) |
void |
setMaxImageWidth(int maxImageWidth) |
void |
setPaletteLocationDir(java.lang.String paletteLocationDir) |
public boolean isAllow()
public void setAllow(boolean allow)
public boolean isAllowRemote()
public void setAllowRemote(boolean allowRemote)
public java.lang.String getPaletteLocationDir()
public void setPaletteLocationDir(java.lang.String paletteLocationDir)
public int getMaxImageWidth()
public void setMaxImageWidth(int maxImageWidth)
public int getMaxImageHeight()
public void setMaxImageHeight(int maxImageHeight)