Class: LiDARCesium3DTileset

bu.source. LiDARCesium3DTileset

Layer source for BlomURBEX layers that are stremed in Cesium 3D Tiles format, a standard format to stream massive heterogeneous 3D data. See: https://github.com/AnalyticalGraphicsInc/3d-tiles/blob/master/README.md

This source right now is only a information source that do not make any request for data. This source is internally used in viewers, using Cesium API classes, to make the requests for data.


new LiDARCesium3DTileset( [opt_options])

Parameters:
Name Type Argument Description
opt_options bu.source.LiDARCesium3DTilesetOptions <optional>

Options.

Source:
bu/source/lidarcesium3dtileset.js

Extends

  • ol.source.Source

Methods


getProject()

Return the LiDAR project.

Source:
bu/source/lidarcesium3dtileset.js
Returns:
Type
bu.LiDARProjectMetadata | undefined