public class MapProviderSetting
extends java.lang.Object
implements java.io.Serializable
map service provider settings class.
It is used to set the general information for map sesrvice providers.
| Modifier and Type | Field and Description | 
|---|---|
| PrjCoordSysType | dataPrjCoordSysType | 
| WaterMarkSetting | watermark | 
| Constructor and Description | 
|---|
| MapProviderSetting() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getCacheMode()Gets the cache mode. | 
| java.lang.String | getCacheVersion()Gets the cache version. | 
| java.lang.String | getName()Gets the of the setting object. | 
| java.lang.String | getOutputPath()Gets the output path for exporting map images. | 
| java.lang.String | getOutputSite()Gets the site for publishing map images. | 
| WaterMarkSetting | getWatermark()Gets the water mark settings class. | 
| void | setCacheMode(java.lang.String cacheMode)Sets the cache mode. | 
| void | setCacheVersion(java.lang.String cacheVersion)Sets the cache version. | 
| void | setName(java.lang.String name)Sets the name of the setting object. | 
| void | setOutputPath(java.lang.String outputPath)Sets the output path for exporting map images. | 
| void | setOutputSite(java.lang.String outputSite)Sets the site for publishing map images. | 
| void | setWatermark(WaterMarkSetting watermark)Sets the water mark settings class. | 
public PrjCoordSysType dataPrjCoordSysType
public WaterMarkSetting watermark
public WaterMarkSetting getWatermark()
Gets the water mark settings class.
name - The water mark settings class.public void setWatermark(WaterMarkSetting watermark)
Sets the water mark settings class.
public void setName(java.lang.String name)
Sets the name of the setting object.
name - The name of the setting object.public java.lang.String getName()
Gets the of the setting object.
public void setCacheMode(java.lang.String cacheMode)
Sets the cache mode.
cacheMode - The cache mode.public java.lang.String getCacheMode()
Gets the cache mode.
public void setCacheVersion(java.lang.String cacheVersion)
Sets the cache version.
cacheVersion - The cache version.public java.lang.String getCacheVersion()
Gets the cache version.
public void setOutputPath(java.lang.String outputPath)
Sets the output path for exporting map images.
outputPath - The output path for exporting map images.public java.lang.String getOutputPath()
Gets the output path for exporting map images.
public void setOutputSite(java.lang.String outputSite)
Sets the site for publishing map images.
outputSite - The site for publishing map images.public java.lang.String getOutputSite()
Gets the site for publishing map images.