UrlTemplate3DTilesDataProvider

open external class UrlTemplate3DTilesDataProvider(urlTemplate: Resource, options: UrlTemplate3DTilesDataProvider.ConstructorOptions? = definedExternally)(source)

Base provider for URL-template vector sources that are rendered through a runtime-generated 3D Tiles tileset.

Parameters

urlTemplate

URL template containing {z}, {x}, and {y} placeholders.

options

Provider options.

See also

Inheritors

Constructors

Link copied to clipboard
constructor(urlTemplate: Resource, options: UrlTemplate3DTilesDataProvider.ConstructorOptions? = definedExternally)
constructor(urlTemplate: String, options: UrlTemplate3DTilesDataProvider.ConstructorOptions? = definedExternally)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard

Optional geographic extent in radians used to generate tile headers.

Link copied to clipboard

Resource derived from the URL template.

Link copied to clipboard
var show: JsAny

Determines if the generated tileset is shown.

Link copied to clipboard

Backing 3D Tileset.

Link copied to clipboard

URL template containing {z}/{x}/{y}.

Functions

Link copied to clipboard

Subclasses must return a runtime content codec describing how to turn a downloaded tile payload into a Cesium3DTileContent. See Cesium3DTileset._runtimeContentCodec for the expected shape.