py3dtiles.tileset.content.tile_content module#
- class py3dtiles.tileset.content.tile_content.LegacyTileContent[source]#
Bases:
TileContent- body: TileContentBody#
- classmethod from_bytes(data: bytes) Self[source]#
Load a tile_content from bytes. This method can be directly supplied the bytes in the file.
- get_batch_table_binary_property(name: str) ndarray[tuple[int, ...], dtype[Any]][source]#
Get a binary property from a batch table. Internally forward to self.body.batch_table.get_binary_property(name).
- header: TileContentHeader#
- class py3dtiles.tileset.content.tile_content.TileContent[source]#
Bases:
ABC- abstract classmethod from_bytes(data: bytes) Self[source]#
Load a tile_content from bytes. This method can be directly supplied the bytes in the file.
- get_bounding_volume_box() BoundingVolumeBox | None[source]#
- class py3dtiles.tileset.content.tile_content.TileContentBody[source]#
Bases:
ABC- batch_table: BatchTable#
- feature_table: FeatureTable[Any, Any]#