com.supermap.services.providers
Class TPKMapProviderSetting
- java.lang.Object
-
- com.supermap.services.components.spi.MapProviderSetting
-
- com.supermap.services.providers.TPKMapProviderSetting
-
- All Implemented Interfaces:
- java.io.Serializable
public class TPKMapProviderSetting extends MapProviderSetting
TPK map service provider sets class.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.supermap.services.components.spi.MapProviderSetting
dataPrjCoordSysType, watermark
-
-
Constructor Summary
Constructors Constructor and Description TPKMapProviderSetting()
-
Method Summary
Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)Determines whether two objects are equal.java.lang.StringgetTilePackagePath()Gets the location of the TPK file.inthashCode()Gets the hash value of the object instancevoidsetTilePackagePath(java.lang.String tilePackagePath)Sets the location of the TPK cache file.-
Methods inherited from class com.supermap.services.components.spi.MapProviderSetting
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark
-
-
-
-
Method Detail
-
getTilePackagePath
public java.lang.String getTilePackagePath()
Gets the location of the TPK file.
- Returns:
- the location of the TPK file.
-
setTilePackagePath
public void setTilePackagePath(java.lang.String tilePackagePath)
Sets the location of the TPK cache file.
- Parameters:
tilePackagePath-
-
equals
public boolean equals(java.lang.Object obj)
Determines whether two objects are equal.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- The object to be compared.- Returns:
- a value indicating whether the two objects are equal, true that the two objects are equal.
-
hashCode
public int hashCode()
Gets the hash value of the object instance- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash value
-
-