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

    Class DataBaseFile

    A DBF data class to parse the data from a DBF

    Index

    Constructors

    Methods

    • Get all the properties in the DBF

      Returns Properties[]

      • an array of Properties
    • Create a copy of the header data

      Returns DBFHeader

      • a copy of the header
    • Get the properties for the given index

      Parameters

      • index: number

        the index of the properties data we want

      Returns undefined | Properties

      • the properties for the given index