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

    Interface DBFHeader

    The Header data explaining the contents of the DBF file

    interface DBFHeader {
        headerLen: number;
        lastUpdated: Date;
        recLen: number;
        records: number;
    }
    Index

    Properties

    headerLen: number

    The length of the header data

    lastUpdated: Date

    The last updated date

    recLen: number

    The length of each row

    records: number

    The number of records