com.supermap.services.components.spi
Interface TilesetInfoAttainable
-
- All Known Implementing Classes:
- FastDFSTileProvider, GDPMapProvider, MongoDBTileProvider, OTSTileProvider, TilesetMapProvider, UGCV5TileProvider
public interface TilesetInfoAttainableIdentifying an object can return the tile set information
- Since:
- 8.0.1
-
-
Method Summary
Methods Modifier and Type Method and Description TilesetInfo[]getTilesetInfos(java.lang.String mapName)Returns all the tile set information associated with the specified map
-
-
-
Method Detail
-
getTilesetInfos
TilesetInfo[] getTilesetInfos(java.lang.String mapName)
Returns all the tile set information associated with the specified map
- Parameters:
mapName-- Returns:
- Since:
- 8.0.1
-
-