-
public class SwisstopoTiledLayerConfigFactory.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static SwisstopoTiledLayerConfigFactory.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Tiled2dMapLayerConfigcreateRasterTileLayerConfig(SwisstopoLayerType layerType)final Tiled2dMapLayerConfigcreateRasterTileLayerConfigWithZoomInfo(SwisstopoLayerType layerType, Tiled2dMapZoomInfo zoomInfo)final Tiled2dMapLayerConfigcreateRasterTileLayerConfigWithBaseUrl(SwisstopoLayerType layerType, Tiled2dMapZoomInfo zoomInfo, String baseUrl)final Tiled2dMapLayerConfigcreateRasterTiledLayerConfigFromMetadata(WmtsLayerDescription configuration, Integer maxZoom, Tiled2dMapZoomInfo zoomInfo)final <ERROR CLASS><Tiled2dMapZoomLevelInfo>createZoomLevelInfos()-
-
Method Detail
-
createRasterTileLayerConfig
final Tiled2dMapLayerConfig createRasterTileLayerConfig(SwisstopoLayerType layerType)
-
createRasterTileLayerConfigWithZoomInfo
final Tiled2dMapLayerConfig createRasterTileLayerConfigWithZoomInfo(SwisstopoLayerType layerType, Tiled2dMapZoomInfo zoomInfo)
-
createRasterTileLayerConfigWithBaseUrl
final Tiled2dMapLayerConfig createRasterTileLayerConfigWithBaseUrl(SwisstopoLayerType layerType, Tiled2dMapZoomInfo zoomInfo, String baseUrl)
-
createRasterTiledLayerConfigFromMetadata
final Tiled2dMapLayerConfig createRasterTiledLayerConfigFromMetadata(WmtsLayerDescription configuration, Integer maxZoom, Tiled2dMapZoomInfo zoomInfo)
-
createZoomLevelInfos
final <ERROR CLASS><Tiled2dMapZoomLevelInfo> createZoomLevelInfos()
-
-
-
-