com.supermap.services.providers
Class TilesetMapProviderSetting
- java.lang.Object
-
- com.supermap.services.components.spi.MapProviderSetting
-
- com.supermap.services.providers.TilesetMapProviderSetting
-
- All Implemented Interfaces:
- java.io.Serializable
public class TilesetMapProviderSetting extends MapProviderSetting
SuperMap iServer The map cache service provider configures the object.
- Since:
- 7.0.1
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringmapNameThe name of the map to be published (optional).java.lang.StringtilesetNameSlice set name (optional).TileSourceInfotileSourceInfoSlice source (required).-
Fields inherited from class com.supermap.services.components.spi.MapProviderSetting
dataPrjCoordSysType, watermark
-
-
Constructor Summary
Constructors Constructor and Description TilesetMapProviderSetting()
-
Method Summary
Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)inthashCode()-
Methods inherited from class com.supermap.services.components.spi.MapProviderSetting
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark
-
-
-
-
Field Detail
-
tileSourceInfo
public TileSourceInfo tileSourceInfo
Slice source (required).
-
mapName
public java.lang.String mapName
The name of the map to be published (optional).
-
tilesetName
public java.lang.String tilesetName
Slice set name (optional).
-
-