com.supermap.services.providers
Class SVTilesMapProviderSetting
- java.lang.Object
-
- com.supermap.services.providers.SVTilesMapProviderSetting
-
- All Implemented Interfaces:
- java.io.Serializable
public class SVTilesMapProviderSetting extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description SVTilesMapProviderSetting()
-
Method Summary
Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)java.lang.StringgetFilePath()java.lang.StringgetOutputSite()Gets the publishing site of the map image.inthashCode()voidsetFilePath(java.lang.String filePath)voidsetOutputSite(java.lang.String outputSite)Sets up the publishing site of the map image.
-
-
-
Method Detail
-
getFilePath
public java.lang.String getFilePath()
-
setFilePath
public void setFilePath(java.lang.String filePath)
-
getOutputSite
public java.lang.String getOutputSite()
Gets the publishing site of the map image.
- Returns:
- the publishing site of the map image.
-
setOutputSite
public void setOutputSite(java.lang.String outputSite)
Sets up the publishing site of the map image.
- Parameters:
outputSite- the publishing site of the map image.
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-