SDK JS
    Preparing search index...

    Function lercDataTypeName

    • Map a LercRaster.dataType discriminant to its human-readable name.

      Parameters

      Returns
          | "char"
          | "byte"
          | "short"
          | "ushort"
          | "int"
          | "uint"
          | "float"
          | "double"
          | "unknown"

      The matching LercDataType name, or 'unknown' if dt is out of range.