The Viewer.
Plugin configuration.
ID for this Plugin, unique within its Viewer.
The Viewer that contains this Plugin.
Gets whether LASLoaderPlugin assumes that LAS colors are encoded using 8 or 16 bits.
Default value is 8.
Note: LAS specification recommends 16 bits.
Possible returned values are 8, 16 and "auto".
Configures whether LASLoaderPlugin assumes that LAS colors are encoded using 8 or 16 bits.
Default value is 8.
Note: LAS specification recommends 16 bits.
Gets the custom data source through which the LASLoaderPlugin can load LAS files.
Default value is {@link LASDefaultDataSource}, which loads via HTTP.
Sets a custom data source through which the LASLoaderPlugin can load LAS files.
Default value is {@link LASDefaultDataSource}, which loads via HTTP.
Gets if LASLoaderPlugin assumes that LAS positions are stored in 64-bit floats instead of 32-bit.
Default value is false.
True if LASLoaderPlugin assumes that positions are stored in 64-bit floats instead of 32-bit.
Configures if LASLoaderPlugin assumes that LAS positions are stored in 64-bit floats instead of 32-bit.
Default value is false.
When LASLoaderPlugin is configured to load every n points, returns the value of n.
Default value is 1.
The nth point that LASLoaderPlugin will read.
Configures LASLoaderPlugin to load every n points.
Default value is 1.
Destroys this Plugin and removes it from its Viewer.
Logs an error message to the JavaScript developer console, prefixed with the ID of this Plugin.
The error message
Fires an event at this Plugin.
The event type name
The event parameters
Loads an LAS model into this LASLoaderPlugin's Viewer.
Loading parameters.
SceneModel representing the model, which will have Entity.isModel set true and will be registered by Entity.id in Scene.models.
Logs a message to the JavaScript developer console, prefixed with the ID of this Plugin.
The error message
Subscribes to an event fired at this Plugin.
The event
Callback fired on the event
Logs a warning message to the JavaScript developer console, prefixed with the ID of this Plugin.
The error message
Generated using TypeDoc
Viewer plugin that loads lidar point cloud geometry from LAS files.