@JsType(isNative=true, namespace="Cesium", name="Cesium3DTile") public class Cesium3DTile extends Object
Cesium3DTileset
. When a tile is first created, its content is not loaded; the content is
loaded on-demand when needed based on the view.
Do not construct this directly, instead access tiles through Cesium3DTileset.tileVisible
.Modifier and Type | Field and Description |
---|---|
JulianDate |
expireDate
The date when the content expires and new content is requested.
|
double |
expireDuration
The time in seconds after the tile's content is ready when the content expires and new content is requested.
|
Matrix4 |
transform
The local transform of this tile.
|
Modifier and Type | Method and Description |
---|---|
BoundingSphere |
boundingSphere()
Get the bounding sphere derived from the tile's bounding volume.
|
Cesium3DTile[] |
children()
Gets the tile's children.
|
Matrix4 |
computedTransform()
The final computed transform of this tile
|
Cesium3DTileContent |
content()
The tile's content.
|
Object |
extras()
Returns the extras property in the tileset JSON for this tile, which contains application specific metadata.
|
double |
geometricError()
The error, in meters, introduced if this tile is rendered and its children are not.
|
Cesium3DTile |
parent()
This tile's parent or undefined if this tile is the root.
|
Cesium3DTileset |
tileset()
The tileset containing this tile.
|
@JsProperty public JulianDate expireDate
@JsProperty public double expireDuration
@JsProperty public Matrix4 transform
@JsProperty(name="boundingSphere") public BoundingSphere boundingSphere()
@JsProperty(name="children") public Cesium3DTile[] children()
@JsProperty(name="computedTransform") public Matrix4 computedTransform()
@JsProperty(name="content") public Cesium3DTileContent content()
@JsProperty(name="extras") public Object extras()
@JsProperty(name="geometricError") public double geometricError()
@JsProperty(name="parent") public Cesium3DTile parent()
@JsProperty(name="tileset") public Cesium3DTileset tileset()
Copyright © 2019. All rights reserved.