Wmts Capabilities Resource
Constructors
Types
Functions
Link copied to clipboard
abstract fun createLayer(identifier: String, tileLoaders: ArrayList<LoaderInterface>): Tiled2dMapRasterLayerInterface
Content copied to clipboard
Link copied to clipboard
abstract fun createLayerConfig(identifier: String): Tiled2dMapLayerConfig
Content copied to clipboard
Link copied to clipboard
abstract fun createLayerConfigTimed(identifier: String, numT: Int): Tiled2dMapLayerConfig
Content copied to clipboard
Link copied to clipboard
abstract fun createLayerConfigWithZoomInfo(identifier: String, zoomInfo: Tiled2dMapZoomInfo): Tiled2dMapLayerConfig
Content copied to clipboard
Link copied to clipboard
abstract fun createLayerConfigWithZoomInfoTimed( identifier: String, zoomInfo: Tiled2dMapZoomInfo, numT: Int): Tiled2dMapLayerConfig
Content copied to clipboard
Link copied to clipboard
abstract fun createLayerTimed( identifier: String, tileLoaders: ArrayList<LoaderInterface>, numT: Int): Tiled2dMapRasterLayerInterface
Content copied to clipboard
Link copied to clipboard
abstract fun createLayerWithZoomInfo( identifier: String, tileLoaders: ArrayList<LoaderInterface>, zoomInfo: Tiled2dMapZoomInfo): Tiled2dMapRasterLayerInterface
Content copied to clipboard
Link copied to clipboard
abstract fun createLayerWithZoomInfoTimed( identifier: String, tileLoaders: ArrayList<LoaderInterface>, zoomInfo: Tiled2dMapZoomInfo, numT: Int): Tiled2dMapRasterLayerInterface
Content copied to clipboard
Link copied to clipboard