ngeo
    Preparing search index...

    Interface LineConfiguration

    interface LineConfiguration {
        color?: string;
        zExtractor: (arg0: number[]) => number;
    }
    Index

    Properties

    Properties

    color?: string

    Color of the line (hex color string).

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

    Extract the elevation of a point (an item of the elevation data array).