public class SMTilesMapProviderSetting extends MapProviderSetting
SMTiles map service provider sets class.
dataPrjCoordSysType, watermark| Constructor and Description | 
|---|
| SMTilesMapProviderSetting() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj)Determines whether two objects are equal. | 
| java.lang.String | getFilePath()Gets the location of the cache file. | 
| int | hashCode()Gets the hash value of the object instance | 
| void | setFilePath(java.lang.String filePath)Sets the location of the MBTiles cache file. | 
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermarkpublic java.lang.String getFilePath()
Gets the location of the cache file.
public void setFilePath(java.lang.String filePath)
Sets the location of the MBTiles cache file.
filePath -public boolean equals(java.lang.Object obj)
Determines whether two objects are equal.
equals in class java.lang.Objectobj - The object to be compared.public int hashCode()
hashCode in class java.lang.Object