com.supermap.services.components
接口 VectorTile
-
- 所有超级接口:
- VectorTileCapabilities
- 所有已知实现类:
- VectorTileImpl
public interface VectorTile extends VectorTileCapabilities
矢量瓦片服务组件接口。- 从以下版本开始:
- 12.0.0
-
-
方法概要
方法 限定符和类型 方法和说明 java.util.List<java.lang.String>
getVectorTileNames()
获取矢量瓦片名称列表。VectorTileParameter
getVectorTileParameter(java.lang.String mapName)
获取指定矢量瓦片地图的矢量瓦片参数。-
从接口继承的方法 com.supermap.services.components.VectorTileCapabilities
getMVTFonts, getMVTSpriteJson, getMVTSpriteResource, getMVTTile, getVectorStyle, getVectorStyle, listMVTSprites
-
-
-
-
方法详细资料
-
getVectorTileNames
java.util.List<java.lang.String> getVectorTileNames()
获取矢量瓦片名称列表。- 返回:
- 矢量瓦片名称列表。
- 从以下版本开始:
- 12.0.0
-
getVectorTileParameter
VectorTileParameter getVectorTileParameter(java.lang.String mapName)
获取指定矢量瓦片地图的矢量瓦片参数。- 参数:
mapName
- 地图名称。- 返回:
- 矢量瓦片参数。
- 从以下版本开始:
- 12.0.0
-
-