public class ArcGISCacheMapProviderSetting extends MapProviderSetting
The ArcGIS cache service provider sets the class.
dataPrjCoordSysType, watermark| Constructor and Description |
|---|
ArcGISCacheMapProviderSetting() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
To determine whether the two objects are equal.
|
java.lang.String |
getConfigFile() |
java.lang.String |
getMapName() |
int |
hashCode()
Gets the hash value of the object instance
|
void |
setConfigFile(java.lang.String configFile) |
void |
setMapName(java.lang.String mapName) |
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermarkpublic java.lang.String getMapName()
public void setMapName(java.lang.String mapName)
public java.lang.String getConfigFile()
public void setConfigFile(java.lang.String configFile)
public boolean equals(java.lang.Object obj)
To determine whether the two objects are equal.
equals in class java.lang.Objectobj - the object to be compared.public int hashCode()
hashCode in class java.lang.Object