Hierarchy

  • default

Constructors

Properties

onload: (() => void)

Type declaration

    • (): void
    • Returns void

Methods

  • Find the maximum value in am array of numbers

    Returns

    the maximum of input array

    Parameters

    • array: number[]

      of number

    Returns number

  • Find the minimum value in am array of numbers

    Returns

    the minimum of input array

    Parameters

    • array: number[]

      of number

    Returns number

  • Clip a linestring with start and end measure given by D3 Chart domain

    Returns

    Object with clipped lined coordinates and left domain value

    Parameters

    • config: LidarprofileConfigService

      the LIDAR profile config instance

    • map_resolution: number

      the current resolution of the map

    • linestring: LineString

      an OpenLayers Linestring

    • dLeft: number

      domain minimum

    • dRight: number

      domain maximum

    Returns ClippedLine

  • Get the data for a CSV export of the profile.

    Returns

    Objects for a csv export (column: value).

    Parameters

    • points: LidarPoint[]

      A list of lidar profile point objects.

    Returns {
        [key: string]: string | number;
    }[]

  • Get a Level Of Details and with for a given chart span Configuration is set up in Pytree configuration

    Returns

    Object with optimized Level Of Details and width for this profile span

    Parameters

    Returns NiceLOD

  • Transform OpenLayers linestring into a cPotree compatible definition

    Returns

    linestring in a cPotree/pytree compatible string definition

    Parameters

    • line: LineString

      the profile 2D line

    Returns string

Generated using TypeDoc