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

    Interface DBFRow

    Each row is a key definition to build the properties for each column

    interface DBFRow {
        dataType: string;
        decimal: number;
        len: number;
        name: string;
    }
    Index

    Properties

    dataType: string

    The data type of the row

    decimal: number

    The decimal places of the row

    len: number

    The length of the row

    name: string

    The name of the row