WmtsCapabilitiesResource

abstract class WmtsCapabilitiesResource

Constructors

Link copied to clipboard
fun WmtsCapabilitiesResource()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun createLayer(identifier: String, tileLoaders: ArrayList<LoaderInterface>): Tiled2dMapRasterLayerInterface
Link copied to clipboard
abstract fun createLayerConfig(identifier: String): Tiled2dMapLayerConfig
Link copied to clipboard
abstract fun createLayerConfigTimed(identifier: String, numT: Int): Tiled2dMapLayerConfig
Link copied to clipboard
abstract fun createLayerConfigWithZoomInfo(identifier: String, zoomInfo: Tiled2dMapZoomInfo): Tiled2dMapLayerConfig
Link copied to clipboard
abstract fun createLayerConfigWithZoomInfoTimed(    identifier: String,     zoomInfo: Tiled2dMapZoomInfo,     numT: Int): Tiled2dMapLayerConfig
Link copied to clipboard
abstract fun createLayerTimed(    identifier: String,     tileLoaders: ArrayList<LoaderInterface>,     numT: Int): Tiled2dMapRasterLayerInterface
Link copied to clipboard
abstract fun createLayerWithZoomInfo(    identifier: String,     tileLoaders: ArrayList<LoaderInterface>,     zoomInfo: Tiled2dMapZoomInfo): Tiled2dMapRasterLayerInterface
Link copied to clipboard
abstract fun createLayerWithZoomInfoTimed(    identifier: String,     tileLoaders: ArrayList<LoaderInterface>,     zoomInfo: Tiled2dMapZoomInfo,     numT: Int): Tiled2dMapRasterLayerInterface
Link copied to clipboard
abstract fun getAllLayers(): ArrayList<WmtsLayerDescription>