Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILASDefaultDataSource

Hierarchy

  • ILASDefaultDataSource

Index

Methods

Methods

  • getLAS(src: string | number, ok: (LAS: ArrayBuffer) => void, error: (e: Error) => void): void
  • Gets the contents of the given LAS file in an arraybuffer.

    Parameters

    • src: string | number

      Path or ID of an LAS file.

    • ok: (LAS: ArrayBuffer) => void

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

        • (LAS: ArrayBuffer): void
        • Parameters

          • LAS: ArrayBuffer

          Returns void

    • error: (e: Error) => void

      Callback fired on error.

        • (e: Error): void
        • Parameters

          • e: Error

          Returns void

    Returns void

Generated using TypeDoc