Reference Source
public class | source

LASDefaultDataSource

Default data access strategy for LASLoaderPlugin.

Constructor Summary

Public Constructor
public

Member Summary

Public Members
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

getManifest(manifestSrc: *, ok: *, error: *)

Public Constructors

public constructor() source

Public Members

public cacheBuster: * 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.

public getManifest(manifestSrc: *, ok: *, error: *) source

Params:

NameTypeAttributeDescription
manifestSrc *
ok *
error *