com.supermap.services.providers
Class ZXYTilesMapProviderSetting
- java.lang.Object
-
- com.supermap.services.components.spi.MapProviderSetting
-
- com.supermap.services.providers.ZXYTilesMapProviderSetting
-
- All Implemented Interfaces:
- java.io.Serializable
public class ZXYTilesMapProviderSetting extends MapProviderSetting
Sets the class for the zxy service provider
- Since:
- 8.1.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.supermap.services.components.spi.MapProviderSetting
dataPrjCoordSysType, watermark
-
-
Constructor Summary
Constructors Constructor and Description ZXYTilesMapProviderSetting()
-
Method Summary
Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)java.lang.StringgetFilePath()Returns the path of the zxy tile package or directoryinthashCode()voidsetFilePath(java.lang.String filePath)Sets the path of the zxy tile package or directory-
Methods inherited from class com.supermap.services.components.spi.MapProviderSetting
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark
-
-
-
-
Method Detail
-
getFilePath
public java.lang.String getFilePath()
Returns the path of the zxy tile package or directory
- Returns:
- Since:
- 8.1.0
-
setFilePath
public void setFilePath(java.lang.String filePath)
Sets the path of the zxy tile package or directory
- Since:
- 8.1.0
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-