Package | Description |
---|---|
org.cesiumjs.cs.scene | |
org.cesiumjs.cs.widgets |
Modifier and Type | Field and Description |
---|---|
Cesium3DTileset |
Cesium3DTilePointFeature.readonlyprimitive
All objects returned by Scene#pick have a primitive property.
|
Modifier and Type | Method and Description |
---|---|
static Cesium3DTileset |
Cesium3DTileset.create(Promise<?,?> url) |
static Cesium3DTileset |
Cesium3DTileset.create(Resource url) |
static Cesium3DTileset |
Cesium3DTileset.create(String url) |
Cesium3DTileset |
Cesium3DTileFeature.primitive()
All objects returned by Scene#pick have a primitive property.
|
Cesium3DTileset |
Cesium3DTileFeature.tileset()
Gets the tileset containing the feature.
|
Cesium3DTileset |
Cesium3DTilePointFeature.tileset()
Gets the tileset containing the feature.
|
Cesium3DTileset |
Cesium3DTile.tileset()
The tileset containing this tile.
|
Modifier and Type | Method and Description |
---|---|
Promise<Cesium3DTileset,Void> |
Cesium3DTileset.readyPromise()
Gets the promise that will be resolved when the tileset's root tile is loaded and the tileset is ready to render.
|
Modifier and Type | Field and Description |
---|---|
Cesium3DTileset |
Cesium3DTilesInspectorViewModel.tileset
Gets or sets the tileset of the view model.
|
Modifier and Type | Method and Description |
---|---|
Promise<Boolean,Void> |
Viewer.zoomTo(Cesium3DTileset target) |
Copyright © 2019. All rights reserved.