com.supermap.services.providers
Class ArcGISCacheMapProviderSetting
- java.lang.Object
-
- com.supermap.services.components.spi.MapProviderSetting
-
- com.supermap.services.providers.ArcGISCacheMapProviderSetting
-
- All Implemented Interfaces:
- java.io.Serializable
public class ArcGISCacheMapProviderSetting extends MapProviderSetting
The ArcGIS cache service provider sets the 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 ArcGISCacheMapProviderSetting()
-
Method Summary
Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)To determine whether the two objects are equal.java.lang.StringgetConfigFile()java.lang.StringgetMapName()inthashCode()Gets the hash value of the object instancevoidsetConfigFile(java.lang.String configFile)voidsetMapName(java.lang.String mapName)-
Methods inherited from class com.supermap.services.components.spi.MapProviderSetting
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark
-
-
-
-
Method Detail
-
getMapName
public java.lang.String getMapName()
-
setMapName
public void setMapName(java.lang.String mapName)
-
getConfigFile
public java.lang.String getConfigFile()
-
setConfigFile
public void setConfigFile(java.lang.String configFile)
-
equals
public boolean equals(java.lang.Object obj)
To determine whether the 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
-
-