TileContent Interface
Describes the contents of a Tile. Specific sub-types of Tile may describe their content using sub-types of this interface.
see Tile.readContent.
extensions
Properties
| Name | Type | Description | |
|---|---|---|---|
| contentRange | undefined | Range3d | Bounding box tightly enclosing the tile's geometry. | |
| graphic | undefined | RenderGraphic | Graphical representation of the tile's geometry. | |
| isLeaf | undefined | boolean | True if this tile requires no subdivision or refinement - i.e., has no child tiles. | 
Defined in
Last Updated: 30 November, 2023