| Name | Type | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
urlTemplate |
Resource | string | URL template containing {z}, {x}, and {y} placeholders. | ||||||||||||||||||||
options |
object |
optional
Provider options.
|
Experimental
This feature is not final and is subject to change without Cesium's standard deprecation policy.
Members
readonly extent : Rectangle|undefined
Optional geographic extent in radians used to generate tile headers.
readonly resource : Resource
Resource derived from the URL template.
Determines if the generated tileset is shown.
readonly tileset : Cesium3DTileset|undefined
Backing 3D Tileset.
URL template containing {z}/{x}/{y}.
Methods
async static Cesium.UrlTemplate3DTilesDataProvider.fromUrl(url, options) → Promise.<UrlTemplate3DTilesDataProvider>
Creates a provider from a URL template.
| Name | Type | Description |
|---|---|---|
url |
Resource | string | URL template containing {z}, {x}, and {y} placeholders. |
options |
object | optional Provider options. |
Returns:
| Name | Type | Description |
|---|---|---|
_tileset |
Cesium3DTileset |
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.
