gis-tools-ts - v0.6.0
    Preparing search index...

    Type Alias GetPointValue<T>

    GetPointValue: (point: VectorPoint<T>) => number

    Function to get the value of a point. Used by grid layers

    Type Parameters

    • T extends MValue = Properties

    Type declaration

      • (point: VectorPoint<T>): number
      • Parameters

        • point: VectorPoint<T>

        Returns number