Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CsvFormatDriver

Implements

Index

Constructors

Methods

Constructors

  • new CsvFormatDriver(aliases: { xColumn: string; yColumn: string }[]): CsvFormatDriver
  • Parameters

    • aliases: { xColumn: string; yColumn: string }[]

    Returns CsvFormatDriver

Methods

  • Attempts to read the given text content into vector features. A failure of this driver to parse the features is expressed by returning an object where calling hasFeatures() on it returns false.

    Parameters

    • size: number
    • text: string

    Returns Promise<IParsedFeatures>

Generated using TypeDoc