Interface LineConfiguration

Hierarchy

  • LineConfiguration

Properties

Properties

color: string

Color of the line (hex color string).

zExtractor: ((arg0: number[]) => number)

Type declaration

    • (arg0: number[]): number
    • Extract the elevation of a point (an item of the elevation data array).

      Parameters

      • arg0: number[]

      Returns number

Generated using TypeDoc