public class TPKMapProviderSetting extends MapProviderSetting
TPK map service provider sets class.
dataPrjCoordSysType, watermark| Constructor and Description | 
|---|
| TPKMapProviderSetting() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj)Determines whether two objects are equal. | 
| java.lang.String | getTilePackagePath()Gets the location of the TPK file. | 
| int | hashCode()Gets the hash value of the object instance | 
| void | setTilePackagePath(java.lang.String tilePackagePath)Sets the location of the TPK cache file. | 
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermarkpublic java.lang.String getTilePackagePath()
Gets the location of the TPK file.
public void setTilePackagePath(java.lang.String tilePackagePath)
Sets the location of the TPK cache file.
tilePackagePath -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