com.supermap.services.components
Interface Tileable
-
- All Known Implementing Classes:
- MapImpl
public interface TileableThe Tileable interface should be implemented by map component implementation classes that are intended to support map slices.
-
-
Method Summary
Methods Modifier and Type Method and Description java.util.List<java.lang.String>getMapNames()Returns the map name list.TilesetInfo[]getTilesetInfos(java.lang.String mapName)Returns all the slice information for the specified map.
-
-
-
Method Detail
-
getTilesetInfos
TilesetInfo[] getTilesetInfos(java.lang.String mapName)
Returns all the slice information for the specified map. Returns null to indicate that the map is not sliced.- Parameters:
mapName-- Returns:
-
getMapNames
java.util.List<java.lang.String> getMapNames()
Returns the map name list.- Returns:
-
-