Reference Source
public class | source

LASDefaultDataSource

Default data access strategy for LASLoaderPlugin.

Constructor Summary

Public Constructor
public

Method Summary

Public Methods
public

getLAS(src: String | Number, ok: Function, error: Function)

Gets the contents of the given LAS file in an arraybuffer.

Public Constructors

public constructor() source

Public Methods

public getLAS(src: String | Number, ok: Function, error: Function) source

Gets the contents of the given LAS file in an arraybuffer.

Params:

NameTypeAttributeDescription
src String | Number

Path or ID of an LAS file.

ok Function

Callback fired on success, argument is the LAS file in an arraybuffer.

error Function

Callback fired on error.