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

    Type Alias GetInterpolateValue<T>

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

    Function to get the value of a point

    Type Parameters

    • T extends MValue = Properties

    Type declaration

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

        • point: VectorPoint<T>

        Returns number